@@ -1746,63 +1746,14 @@ type RequestInfo = Request | string;
1746
1746
type USVString = string ;
1747
1747
type IDBValidKey = number | string | Date | IDBArrayKey ;
1748
1748
type BufferSource = ArrayBuffer | ArrayBufferView ;
1749
- type AppendMode = "segments" | "sequence" ;
1750
- type AudioContextState = "suspended" | "running" | "closed" ;
1751
- type BiquadFilterType = "lowpass" | "highpass" | "bandpass" | "lowshelf" | "highshelf" | "peaking" | "notch" | "allpass" ;
1752
- type CanvasFillRule = "nonzero" | "evenodd" ;
1753
- type ChannelCountMode = "max" | "clamped-max" | "explicit" ;
1754
- type ChannelInterpretation = "speakers" | "discrete" ;
1755
- type DistanceModelType = "linear" | "inverse" | "exponential" ;
1756
- type ExpandGranularity = "character" | "word" | "sentence" | "textedit" ;
1757
- type GamepadInputEmulationType = "mouse" | "keyboard" | "gamepad" ;
1758
1749
type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique" ;
1759
1750
type IDBRequestReadyState = "pending" | "done" ;
1760
1751
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange" ;
1761
- type ListeningState = "inactive" | "active" | "disambiguation" ;
1762
- type MSCredentialType = "FIDO_2_0" ;
1763
- type MSIceAddrType = "os" | "stun" | "turn" | "peer-derived" ;
1764
- type MSIceType = "failed" | "direct" | "relay" ;
1765
- type MSStatsType = "description" | "localclientevent" | "inbound-network" | "outbound-network" | "inbound-payload" | "outbound-payload" | "transportdiagnostics" ;
1766
- type MSTransportType = "Embedded" | "USB" | "NFC" | "BT" ;
1767
- type MSWebViewPermissionState = "unknown" | "defer" | "allow" | "deny" ;
1768
- type MSWebViewPermissionType = "geolocation" | "unlimitedIndexedDBQuota" | "media" | "pointerlock" | "webnotifications" ;
1769
- type MediaDeviceKind = "audioinput" | "audiooutput" | "videoinput" ;
1770
- type MediaKeyMessageType = "license-request" | "license-renewal" | "license-release" | "individualization-request" ;
1771
- type MediaKeySessionType = "temporary" | "persistent-license" | "persistent-release-message" ;
1772
1752
type MediaKeyStatus = "usable" | "expired" | "output-downscaled" | "output-not-allowed" | "status-pending" | "internal-error" ;
1773
- type MediaKeysRequirement = "required" | "optional" | "not-allowed" ;
1774
- type MediaStreamTrackState = "live" | "ended" ;
1775
- type NavigationReason = "up" | "down" | "left" | "right" ;
1776
- type NavigationType = "navigate" | "reload" | "back_forward" | "prerender" ;
1777
1753
type NotificationDirection = "auto" | "ltr" | "rtl" ;
1778
1754
type NotificationPermission = "default" | "denied" | "granted" ;
1779
- type OscillatorType = "sine" | "square" | "sawtooth" | "triangle" | "custom" ;
1780
- type OverSampleType = "none" | "2x" | "4x" ;
1781
- type PanningModelType = "equalpower" ;
1782
- type PaymentComplete = "success" | "fail" | "" ;
1783
- type PaymentShippingType = "shipping" | "delivery" | "pickup" ;
1784
1755
type PushEncryptionKeyName = "p256dh" | "auth" ;
1785
1756
type PushPermissionState = "granted" | "denied" | "prompt" ;
1786
- type RTCBundlePolicy = "balanced" | "max-compat" | "max-bundle" ;
1787
- type RTCDegradationPreference = "maintain-framerate" | "maintain-resolution" | "balanced" ;
1788
- type RTCDtlsRole = "auto" | "client" | "server" ;
1789
- type RTCDtlsTransportState = "new" | "connecting" | "connected" | "closed" ;
1790
- type RTCIceCandidateType = "host" | "srflx" | "prflx" | "relay" ;
1791
- type RTCIceComponent = "RTP" | "RTCP" ;
1792
- type RTCIceConnectionState = "new" | "checking" | "connected" | "completed" | "failed" | "disconnected" | "closed" ;
1793
- type RTCIceGatherPolicy = "all" | "nohost" | "relay" ;
1794
- type RTCIceGathererState = "new" | "gathering" | "complete" ;
1795
- type RTCIceGatheringState = "new" | "gathering" | "complete" ;
1796
- type RTCIceProtocol = "udp" | "tcp" ;
1797
- type RTCIceRole = "controlling" | "controlled" ;
1798
- type RTCIceTcpCandidateType = "active" | "passive" | "so" ;
1799
- type RTCIceTransportPolicy = "none" | "relay" | "all" ;
1800
- type RTCIceTransportState = "new" | "checking" | "connected" | "completed" | "disconnected" | "closed" ;
1801
- type RTCSdpType = "offer" | "pranswer" | "answer" ;
1802
- type RTCSignalingState = "stable" | "have-local-offer" | "have-remote-offer" | "have-local-pranswer" | "have-remote-pranswer" | "closed" ;
1803
- type RTCStatsIceCandidatePairState = "frozen" | "waiting" | "inprogress" | "failed" | "succeeded" | "cancelled" ;
1804
- type RTCStatsIceCandidateType = "host" | "serverreflexive" | "peerreflexive" | "relayed" ;
1805
- type RTCStatsType = "inboundrtp" | "outboundrtp" | "session" | "datachannel" | "track" | "transport" | "candidatepair" | "localcandidate" | "remotecandidate" ;
1806
1757
type ReferrerPolicy = "" | "no-referrer" | "no-referrer-when-downgrade" | "origin-only" | "origin-when-cross-origin" | "unsafe-url" ;
1807
1758
type RequestCache = "default" | "no-store" | "reload" | "no-cache" | "force-cache" ;
1808
1759
type RequestCredentials = "omit" | "same-origin" | "include" ;
@@ -1811,9 +1762,8 @@ type RequestMode = "navigate" | "same-origin" | "no-cors" | "cors";
1811
1762
type RequestRedirect = "follow" | "error" | "manual" ;
1812
1763
type RequestType = "" | "audio" | "font" | "image" | "script" | "style" | "track" | "video" ;
1813
1764
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect" ;
1814
- type ScopedCredentialType = "ScopedCred" ;
1815
1765
type ServiceWorkerState = "installing" | "installed" | "activating" | "activated" | "redundant" ;
1816
- type Transport = "usb" | "nfc" | "ble" ;
1817
- type VideoFacingModeEnum = "user" | "environment" | "left" | "right" ;
1818
1766
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded" ;
1819
- type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text" ;
1767
+ type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text" ;
1768
+ type ClientType = "window" | "worker" | "sharedworker" | "all" ;
1769
+ type FrameType = "auxiliary" | "top-level" | "nested" | "none" ;
0 commit comments