Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/typescript/lib/lib.dom.d"

Index

Modules

Interfaces

Type aliases

Variables

Functions

Type aliases

AAGUID

AAGUID: BufferSource

AlgorithmIdentifier

AlgorithmIdentifier: string | Algorithm

AlignSetting

AlignSetting: "start" | "center" | "end" | "left" | "right"

AnimationPlayState

AnimationPlayState: "idle" | "running" | "paused" | "finished"

AppendMode

AppendMode: "segments" | "sequence"

AttestationConveyancePreference

AttestationConveyancePreference: "none" | "indirect" | "direct"

AudioContextLatencyCategory

AudioContextLatencyCategory: "balanced" | "interactive" | "playback"

AudioContextState

AudioContextState: "suspended" | "running" | "closed"

AuthenticationExtensionsSupported

AuthenticationExtensionsSupported: string[]

AuthenticatorAttachment

AuthenticatorAttachment: "platform" | "cross-platform"

AuthenticatorSelectionList

AuthenticatorSelectionList: AAGUID[]

AuthenticatorTransport

AuthenticatorTransport: "usb" | "nfc" | "ble" | "internal"

AutoKeyword

AutoKeyword: "auto"

AutomationRate

AutomationRate: "a-rate" | "k-rate"

BigInteger

BigInteger: Uint8Array

BinaryType

BinaryType: "blob" | "arraybuffer"

BiquadFilterType

BiquadFilterType: "lowpass" | "highpass" | "bandpass" | "lowshelf" | "highshelf" | "peaking" | "notch" | "allpass"

BlobPart

BlobPart: BufferSource | Blob | string

BodyInit

BodyInit: Blob | BufferSource | FormData | URLSearchParams | ReadableStream<Uint8Array> | string

BufferSource

BufferSource: ArrayBufferView | ArrayBuffer

COSEAlgorithmIdentifier

COSEAlgorithmIdentifier: number

CanPlayTypeResult

CanPlayTypeResult: "" | "maybe" | "probably"

CanvasDirection

CanvasDirection: "ltr" | "rtl" | "inherit"

CanvasFillRule

CanvasFillRule: "nonzero" | "evenodd"

CanvasImageSource

CanvasImageSource: HTMLOrSVGImageElement | HTMLVideoElement | HTMLCanvasElement | ImageBitmap | OffscreenCanvas

CanvasLineCap

CanvasLineCap: "butt" | "round" | "square"

CanvasLineJoin

CanvasLineJoin: "round" | "bevel" | "miter"

CanvasTextAlign

CanvasTextAlign: "start" | "end" | "left" | "right" | "center"

CanvasTextBaseline

CanvasTextBaseline: "top" | "hanging" | "middle" | "alphabetic" | "ideographic" | "bottom"

ChannelCountMode

ChannelCountMode: "max" | "clamped-max" | "explicit"

ChannelInterpretation

ChannelInterpretation: "speakers" | "discrete"

ClientTypes

ClientTypes: "window" | "worker" | "sharedworker" | "all"

CompositeOperation

CompositeOperation: "replace" | "add" | "accumulate"

CompositeOperationOrAuto

CompositeOperationOrAuto: "replace" | "add" | "accumulate" | "auto"

ConstrainBoolean

ConstrainBoolean: boolean | ConstrainBooleanParameters

ConstrainDOMString

ConstrainDOMString: string | string[] | ConstrainDOMStringParameters

ConstrainDouble

ConstrainDouble: number | ConstrainDoubleRange

ConstrainULong

ConstrainULong: number | ConstrainULongRange

CredentialMediationRequirement

CredentialMediationRequirement: "silent" | "optional" | "required"

DOMHighResTimeStamp

DOMHighResTimeStamp: number

DOMTimeStamp

DOMTimeStamp: number

DirectionSetting

DirectionSetting: "" | "rl" | "lr"

DisplayCaptureSurfaceType

DisplayCaptureSurfaceType: "monitor" | "window" | "application" | "browser"

DistanceModelType

DistanceModelType: "linear" | "inverse" | "exponential"

DocumentReadyState

DocumentReadyState: "loading" | "interactive" | "complete"

ElementTagNameMap

ElementTagNameMap: HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>>
deprecated

Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead.

EndOfStreamError

EndOfStreamError: "network" | "decode"

EndingType

EndingType: "transparent" | "native"

EventListenerOrEventListenerObject

EventListenerOrEventListenerObject: EventListener | EventListenerObject

FillMode

FillMode: "none" | "forwards" | "backwards" | "both" | "auto"

Float32List

Float32List: Float32Array | GLfloat[]

FormDataEntryValue

FormDataEntryValue: File | string

FullscreenNavigationUI

FullscreenNavigationUI: "auto" | "show" | "hide"

GLbitfield

GLbitfield: number

GLboolean

GLboolean: boolean

GLclampf

GLclampf: number

GLenum

GLenum: number

GLfloat

GLfloat: number

GLint

GLint: number

GLint64

GLint64: number

GLintptr

GLintptr: number

GLsizei

GLsizei: number

GLsizeiptr

GLsizeiptr: number

GLuint

GLuint: number

GLuint64

GLuint64: number

GamepadHand

GamepadHand: "" | "left" | "right"

GamepadHapticActuatorType

GamepadHapticActuatorType: "vibration"

GamepadMappingType

GamepadMappingType: "" | "standard"

HTMLOrSVGImageElement

HTMLOrSVGImageElement: HTMLImageElement | SVGImageElement

HTMLOrSVGScriptElement

HTMLOrSVGScriptElement: HTMLScriptElement | SVGScriptElement

HashAlgorithmIdentifier

HashAlgorithmIdentifier: AlgorithmIdentifier

HeadersInit

HeadersInit: Headers | string[][] | Record<string, string>

IDBCursorDirection

IDBCursorDirection: "next" | "nextunique" | "prev" | "prevunique"

IDBKeyPath

IDBKeyPath: string

IDBRequestReadyState

IDBRequestReadyState: "pending" | "done"

IDBTransactionMode

IDBTransactionMode: "readonly" | "readwrite" | "versionchange"

IDBValidKey

IDBValidKey: number | string | Date | BufferSource | IDBArrayKey

ImageBitmapSource

ImageBitmapSource: CanvasImageSource | Blob | ImageData

ImageSmoothingQuality

ImageSmoothingQuality: "low" | "medium" | "high"

InsertPosition

InsertPosition: "beforebegin" | "afterbegin" | "beforeend" | "afterend"

Int32List

Int32List: Int32Array | GLint[]

IterationCompositeOperation

IterationCompositeOperation: "replace" | "accumulate"

KeyFormat

KeyFormat: "raw" | "spki" | "pkcs8" | "jwk"

KeyType

KeyType: "public" | "private" | "secret"

KeyUsage

KeyUsage: "encrypt" | "decrypt" | "sign" | "verify" | "deriveKey" | "deriveBits" | "wrapKey" | "unwrapKey"

LineAlignSetting

LineAlignSetting: "start" | "center" | "end"

LineAndPositionSetting

LineAndPositionSetting: number | AutoKeyword

ListeningState

ListeningState: "inactive" | "active" | "disambiguation"

MSCredentialType

MSCredentialType: "FIDO_2_0"

MSTransportType

MSTransportType: "Embedded" | "USB" | "NFC" | "BT"

MSWebViewPermissionState

MSWebViewPermissionState: "unknown" | "defer" | "allow" | "deny"

MSWebViewPermissionType

MSWebViewPermissionType: "geolocation" | "unlimitedIndexedDBQuota" | "media" | "pointerlock" | "webnotifications"

MediaDeviceKind

MediaDeviceKind: "audioinput" | "audiooutput" | "videoinput"

MediaKeyMessageType

MediaKeyMessageType: "license-request" | "license-renewal" | "license-release" | "individualization-request"

MediaKeySessionType

MediaKeySessionType: "temporary" | "persistent-license"

MediaKeyStatus

MediaKeyStatus: "usable" | "expired" | "released" | "output-restricted" | "output-downscaled" | "status-pending" | "internal-error"

MediaKeysRequirement

MediaKeysRequirement: "required" | "optional" | "not-allowed"

MediaStreamTrackState

MediaStreamTrackState: "live" | "ended"

MessageEventSource

MessageEventSource: WindowProxy | MessagePort | ServiceWorker

MouseWheelEvent

MouseWheelEvent: WheelEvent
deprecated

MutationRecordType

MutationRecordType: "attributes" | "characterData" | "childList"

NamedCurve

NamedCurve: string

NavigationReason

NavigationReason: "up" | "down" | "left" | "right"

NavigationType

NavigationType: "navigate" | "reload" | "back_forward" | "prerender"

NotificationDirection

NotificationDirection: "auto" | "ltr" | "rtl"

NotificationPermission

NotificationPermission: "default" | "denied" | "granted"

OffscreenRenderingContext

OffscreenRenderingContext: OffscreenCanvasRenderingContext2D | ImageBitmapRenderingContext | WebGLRenderingContext | WebGL2RenderingContext

OffscreenRenderingContextId

OffscreenRenderingContextId: "2d" | "bitmaprenderer" | "webgl" | "webgl2"

OnBeforeUnloadEventHandler

OnBeforeUnloadEventHandler: OnBeforeUnloadEventHandlerNonNull | null

OnErrorEventHandler

OnErrorEventHandler: OnErrorEventHandlerNonNull | null

OrientationLockType

OrientationLockType: "any" | "natural" | "landscape" | "portrait" | "portrait-primary" | "portrait-secondary" | "landscape-primary" | "landscape-secondary"

OrientationType

OrientationType: "portrait-primary" | "portrait-secondary" | "landscape-primary" | "landscape-secondary"

OscillatorType

OscillatorType: "sine" | "square" | "sawtooth" | "triangle" | "custom"

OverSampleType

OverSampleType: "none" | "2x" | "4x"

PanningModelType

PanningModelType: "equalpower" | "HRTF"

PaymentComplete

PaymentComplete: "success" | "fail" | "unknown"

PaymentShippingType

PaymentShippingType: "shipping" | "delivery" | "pickup"

PerformanceEntryList

PerformanceEntryList: PerformanceEntry[]

PermissionName

PermissionName: "geolocation" | "notifications" | "push" | "midi" | "camera" | "microphone" | "speaker" | "device-info" | "background-sync" | "bluetooth" | "persistent-storage" | "ambient-light-sensor" | "accelerometer" | "gyroscope" | "magnetometer" | "clipboard"

PermissionState

PermissionState: "granted" | "denied" | "prompt"

PlaybackDirection

PlaybackDirection: "normal" | "reverse" | "alternate" | "alternate-reverse"

PositionAlignSetting

PositionAlignSetting: "line-left" | "center" | "line-right" | "auto"

PublicKeyCredentialType

PublicKeyCredentialType: "public-key"

PushEncryptionKeyName

PushEncryptionKeyName: "p256dh" | "auth"

PushPermissionState

PushPermissionState: "denied" | "granted" | "prompt"

RTCBundlePolicy

RTCBundlePolicy: "balanced" | "max-compat" | "max-bundle"

RTCDataChannelState

RTCDataChannelState: "connecting" | "open" | "closing" | "closed"

RTCDegradationPreference

RTCDegradationPreference: "maintain-framerate" | "maintain-resolution" | "balanced"

RTCDtlsRole

RTCDtlsRole: "auto" | "client" | "server"

RTCDtlsTransportState

RTCDtlsTransportState: "new" | "connecting" | "connected" | "closed" | "failed"

RTCDtxStatus

RTCDtxStatus: "disabled" | "enabled"

RTCErrorDetailType

RTCErrorDetailType: "data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "idp-bad-script-failure" | "idp-execution-failure" | "idp-load-failure" | "idp-need-login" | "idp-timeout" | "idp-tls-failure" | "idp-token-expired" | "idp-token-invalid" | "sctp-failure" | "sdp-syntax-error" | "hardware-encoder-not-available" | "hardware-encoder-error"

RTCIceCandidateType

RTCIceCandidateType: "host" | "srflx" | "prflx" | "relay"

RTCIceComponent

RTCIceComponent: "rtp" | "rtcp"

RTCIceConnectionState

RTCIceConnectionState: "new" | "checking" | "connected" | "completed" | "disconnected" | "failed" | "closed"

RTCIceCredentialType

RTCIceCredentialType: "password" | "oauth"

RTCIceGatherCandidate

RTCIceGatherPolicy

RTCIceGatherPolicy: "all" | "nohost" | "relay"

RTCIceGathererState

RTCIceGathererState: "new" | "gathering" | "complete"

RTCIceGatheringState

RTCIceGatheringState: "new" | "gathering" | "complete"

RTCIceProtocol

RTCIceProtocol: "udp" | "tcp"

RTCIceRole

RTCIceRole: "controlling" | "controlled"

RTCIceTcpCandidateType

RTCIceTcpCandidateType: "active" | "passive" | "so"

RTCIceTransportPolicy

RTCIceTransportPolicy: "relay" | "all"

RTCIceTransportState

RTCIceTransportState: "new" | "checking" | "connected" | "completed" | "disconnected" | "failed" | "closed"

RTCPeerConnectionState

RTCPeerConnectionState: "new" | "connecting" | "connected" | "disconnected" | "failed" | "closed"

RTCPriorityType

RTCPriorityType: "very-low" | "low" | "medium" | "high"

RTCRtcpMuxPolicy

RTCRtcpMuxPolicy: "negotiate" | "require"

RTCRtpTransceiverDirection

RTCRtpTransceiverDirection: "sendrecv" | "sendonly" | "recvonly" | "inactive"

RTCSctpTransportState

RTCSctpTransportState: "connecting" | "connected" | "closed"

RTCSdpType

RTCSdpType: "offer" | "pranswer" | "answer" | "rollback"

RTCSignalingState

RTCSignalingState: "stable" | "have-local-offer" | "have-remote-offer" | "have-local-pranswer" | "have-remote-pranswer" | "closed"

RTCStatsIceCandidatePairState

RTCStatsIceCandidatePairState: "frozen" | "waiting" | "inprogress" | "failed" | "succeeded" | "cancelled"

RTCStatsIceCandidateType

RTCStatsIceCandidateType: "host" | "serverreflexive" | "peerreflexive" | "relayed"

RTCStatsType

RTCStatsType: "inboundrtp" | "outboundrtp" | "session" | "datachannel" | "track" | "transport" | "candidatepair" | "localcandidate" | "remotecandidate"

RTCTransport

ReadyState

ReadyState: "closed" | "open" | "ended"

ReferrerPolicy

ReferrerPolicy: "" | "no-referrer" | "no-referrer-when-downgrade" | "same-origin" | "origin" | "strict-origin" | "origin-when-cross-origin" | "strict-origin-when-cross-origin" | "unsafe-url"

RenderingContext

RenderingContext: CanvasRenderingContext2D | ImageBitmapRenderingContext | WebGLRenderingContext | WebGL2RenderingContext

RequestCache

RequestCache: "default" | "no-store" | "reload" | "no-cache" | "force-cache" | "only-if-cached"

RequestCredentials

RequestCredentials: "omit" | "same-origin" | "include"

RequestDestination

RequestDestination: "" | "audio" | "audioworklet" | "document" | "embed" | "font" | "image" | "manifest" | "object" | "paintworklet" | "report" | "script" | "sharedworker" | "style" | "track" | "video" | "worker" | "xslt"

RequestInfo

RequestInfo: Request | string

RequestMode

RequestMode: "navigate" | "same-origin" | "no-cors" | "cors"

RequestRedirect

RequestRedirect: "follow" | "error" | "manual"

ResponseType

ResponseType: "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect"

SVGMatrix

SVGMatrix: DOMMatrix

SVGPoint

SVGPoint: DOMPoint

SVGRect

SVGRect: DOMRect

ScopedCredentialType

ScopedCredentialType: "ScopedCred"

ScrollBehavior

ScrollBehavior: "auto" | "smooth"

ScrollLogicalPosition

ScrollLogicalPosition: "start" | "center" | "end" | "nearest"

ScrollRestoration

ScrollRestoration: "auto" | "manual"

ScrollSetting

ScrollSetting: "" | "up"

SelectionMode

SelectionMode: "select" | "start" | "end" | "preserve"

ServiceWorkerState

ServiceWorkerState: "installing" | "installed" | "activating" | "activated" | "redundant"

ServiceWorkerUpdateViaCache

ServiceWorkerUpdateViaCache: "imports" | "all" | "none"

ShadowRootMode

ShadowRootMode: "open" | "closed"

SpeechRecognitionErrorCode

SpeechRecognitionErrorCode: "no-speech" | "aborted" | "audio-capture" | "network" | "not-allowed" | "service-not-allowed" | "bad-grammar" | "language-not-supported"

SpeechSynthesisErrorCode

SpeechSynthesisErrorCode: "canceled" | "interrupted" | "audio-busy" | "audio-hardware" | "network" | "synthesis-unavailable" | "synthesis-failed" | "language-unavailable" | "voice-unavailable" | "text-too-long" | "invalid-argument"

SupportedType

SupportedType: "text/html" | "text/xml" | "application/xml" | "application/xhtml+xml" | "image/svg+xml"

TexImageSource

TexImageSource: ImageBitmap | ImageData | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement | OffscreenCanvas

TextTrackKind

TextTrackKind: "subtitles" | "captions" | "descriptions" | "chapters" | "metadata"

TextTrackMode

TextTrackMode: "disabled" | "hidden" | "showing"

TimerHandler

TimerHandler: string | Function

TouchType

TouchType: "direct" | "stylus"

Transferable

Transferable: ArrayBuffer | MessagePort | ImageBitmap

Transport

Transport: "usb" | "nfc" | "ble"

Uint32List

Uint32List: Uint32Array | GLuint[]

UserVerificationRequirement

UserVerificationRequirement: "required" | "preferred" | "discouraged"

UvmEntries

UvmEntries: UvmEntry[]

UvmEntry

UvmEntry: number[]

VRDisplayEventReason

VRDisplayEventReason: "mounted" | "navigation" | "requested" | "unmounted"

VibratePattern

VibratePattern: number | number[]

VideoFacingModeEnum

VideoFacingModeEnum: "user" | "environment" | "left" | "right"

VisibilityState

VisibilityState: "hidden" | "visible"

WebGLPowerPreference

WebGLPowerPreference: "default" | "low-power" | "high-performance"

WebKitCSSMatrix

WebKitCSSMatrix: DOMMatrix

WindowProxy

WindowProxy: Window

WorkerType

WorkerType: "classic" | "module"

XMLHttpRequestResponseType

XMLHttpRequestResponseType: "" | "arraybuffer" | "blob" | "document" | "json" | "text"

XPathNSResolver

XPathNSResolver: function | object

webkitURL

webkitURL: URL

Variables

AbortController

AbortController: object

Type declaration

AbortSignal

AbortSignal: object

Type declaration

AbstractRange

AbstractRange: object

Type declaration

AnalyserNode

AnalyserNode: object

Type declaration

Animation

Animation: object

Type declaration

AnimationEffect

AnimationEffect: object

Type declaration

AnimationEvent

AnimationEvent: object

Type declaration

  • constructor: function
    • Parameters

      Returns AnimationEvent

  • prototype: AnimationEvent

AnimationPlaybackEvent

AnimationPlaybackEvent: object

Type declaration

AnimationTimeline

AnimationTimeline: object

Type declaration

ApplicationCache

ApplicationCache: object

Type declaration

  • constructor: function
    • Returns ApplicationCache

  • CHECKING: number
  • DOWNLOADING: number
  • IDLE: number
  • OBSOLETE: number
  • UNCACHED: number
  • UPDATEREADY: number
  • prototype: ApplicationCache

Attr

Attr: object

Type declaration

  • constructor: function
    • new __type(): Attr
    • Returns Attr

  • prototype: Attr

Audio

Audio: object

Type declaration

  • constructor: function
    • new __type(src?: undefined | string): HTMLAudioElement
    • Parameters

      • Optional src: undefined | string

      Returns HTMLAudioElement

AudioBuffer

AudioBuffer: object

Type declaration

AudioBufferSourceNode

AudioBufferSourceNode: object

Type declaration

AudioContext

AudioContext: object

Type declaration

AudioDestinationNode

AudioDestinationNode: object

Type declaration

AudioListener

AudioListener: object

Type declaration

AudioNode

AudioNode: object

Type declaration

  • constructor: function
    • Returns AudioNode

  • prototype: AudioNode

AudioParam

AudioParam: object

Type declaration

  • constructor: function
    • new __type(): AudioParam
    • Returns AudioParam

  • prototype: AudioParam

AudioParamMap

AudioParamMap: object

Type declaration

  • constructor: function
    • new __type(): AudioParamMap
    • Returns AudioParamMap

  • prototype: AudioParamMap

AudioProcessingEvent

AudioProcessingEvent: object

Type declaration

AudioScheduledSourceNode

AudioScheduledSourceNode: object

Type declaration

AudioTrack

AudioTrack: object

Type declaration

AudioTrackList

AudioTrackList: object

Type declaration

  • constructor: function
    • new __type(): AudioTrackList
    • Returns AudioTrackList

  • prototype: AudioTrackList

AudioWorklet

AudioWorklet: object

Type declaration

AudioWorkletNode

AudioWorkletNode: object

Type declaration

AuthenticatorAssertionResponse

AuthenticatorAssertionResponse: object

Type declaration

AuthenticatorAttestationResponse

AuthenticatorAttestationResponse: object

Type declaration

AuthenticatorResponse

AuthenticatorResponse: object

Type declaration

BarProp

BarProp: object

Type declaration

  • constructor: function
    • Returns BarProp

  • prototype: BarProp

BaseAudioContext

BaseAudioContext: object

Type declaration

  • constructor: function
    • new __type(): BaseAudioContext
    • Returns BaseAudioContext

  • prototype: BaseAudioContext

BeforeUnloadEvent

BeforeUnloadEvent: object

Type declaration

BhxBrowser

BhxBrowser: object

Type declaration

BiquadFilterNode

BiquadFilterNode: object

Type declaration

Blob

Blob: object

Type declaration

BroadcastChannel

BroadcastChannel: object

Type declaration

ByteLengthQueuingStrategy

ByteLengthQueuingStrategy: object

Type declaration

CDATASection

CDATASection: object

Type declaration

CSS

CSS: CSS

CSSConditionRule

CSSConditionRule: object

Type declaration

CSSFontFaceRule

CSSFontFaceRule: object

Type declaration

CSSGroupingRule

CSSGroupingRule: object

Type declaration

CSSImportRule

CSSImportRule: object

Type declaration

CSSKeyframeRule

CSSKeyframeRule: object

Type declaration

CSSKeyframesRule

CSSKeyframesRule: object

Type declaration

CSSMediaRule

CSSMediaRule: object

Type declaration

CSSNamespaceRule

CSSNamespaceRule: object

Type declaration

CSSPageRule

CSSPageRule: object

Type declaration

CSSRule

CSSRule: object

Type declaration

  • constructor: function
    • Returns CSSRule

  • CHARSET_RULE: number
  • FONT_FACE_RULE: number
  • IMPORT_RULE: number
  • KEYFRAMES_RULE: number
  • KEYFRAME_RULE: number
  • MEDIA_RULE: number
  • NAMESPACE_RULE: number
  • PAGE_RULE: number
  • STYLE_RULE: number
  • SUPPORTS_RULE: number
  • UNKNOWN_RULE: number
  • VIEWPORT_RULE: number
  • prototype: CSSRule

CSSRuleList

CSSRuleList: object

Type declaration

  • constructor: function
    • new __type(): CSSRuleList
    • Returns CSSRuleList

  • prototype: CSSRuleList

CSSStyleDeclaration

CSSStyleDeclaration: object

Type declaration

  • constructor: function
    • new __type(): CSSStyleDeclaration
    • Returns CSSStyleDeclaration

  • prototype: CSSStyleDeclaration

CSSStyleRule

CSSStyleRule: object

Type declaration

CSSStyleSheet

CSSStyleSheet: object

Type declaration

CSSSupportsRule

CSSSupportsRule: object

Type declaration

Cache

Cache: object

Type declaration

  • constructor: function
    • new __type(): Cache
    • Returns Cache

  • prototype: Cache

CacheStorage

CacheStorage: object

Type declaration

CanvasGradient

CanvasGradient: object

Type declaration

CanvasPattern

CanvasPattern: object

Type declaration

CanvasRenderingContext2D

CanvasRenderingContext2D: object

Type declaration

CaretPosition

CaretPosition: object

Type declaration

ChannelMergerNode

ChannelMergerNode: object

Type declaration

ChannelSplitterNode

ChannelSplitterNode: object

Type declaration

CharacterData

CharacterData: object

Type declaration

ClientRect

ClientRect: object

Type declaration

ClientRectList

ClientRectList: object

Type declaration

  • constructor: function
    • new __type(): ClientRectList
    • Returns ClientRectList

  • prototype: ClientRectList

Clipboard

Clipboard: object

Type declaration

  • constructor: function
    • Returns Clipboard

  • prototype: Clipboard

ClipboardEvent

ClipboardEvent: object

Type declaration

  • constructor: function
    • Parameters

      Returns ClipboardEvent

  • prototype: ClipboardEvent

CloseEvent

CloseEvent: object

Type declaration

Comment

Comment: object

Type declaration

  • constructor: function
    • new __type(data?: undefined | string): Comment
    • Parameters

      • Optional data: undefined | string

      Returns Comment

  • prototype: Comment

CompositionEvent

CompositionEvent: object

Type declaration

  • constructor: function
    • Parameters

      Returns CompositionEvent

  • prototype: CompositionEvent

Console

Console: object

Type declaration

  • constructor: function
    • Returns Console

  • prototype: Console

ConstantSourceNode

ConstantSourceNode: object

Type declaration

ConvolverNode

ConvolverNode: object

Type declaration

CountQueuingStrategy

CountQueuingStrategy: object

Type declaration

Credential

Credential: object

Type declaration

CredentialsContainer

CredentialsContainer: object

Type declaration

Crypto

Crypto: object

Type declaration

  • constructor: function
    • Returns Crypto

  • prototype: Crypto

CryptoKey

CryptoKey: object

Type declaration

  • constructor: function
    • Returns CryptoKey

  • prototype: CryptoKey

CryptoKeyPair

CryptoKeyPair: object

Type declaration

CustomElementRegistry

CustomElementRegistry: object

Type declaration

CustomEvent

CustomEvent: object

Type declaration

DOMError

DOMError: object

Type declaration

  • constructor: function
    • Returns DOMError

  • prototype: DOMError

DOMException

DOMException: object

Type declaration

  • constructor: function
    • new __type(message?: undefined | string, name?: undefined | string): DOMException
    • Parameters

      • Optional message: undefined | string
      • Optional name: undefined | string

      Returns DOMException

  • ABORT_ERR: number
  • DATA_CLONE_ERR: number
  • DOMSTRING_SIZE_ERR: number
  • HIERARCHY_REQUEST_ERR: number
  • INDEX_SIZE_ERR: number
  • INUSE_ATTRIBUTE_ERR: number
  • INVALID_ACCESS_ERR: number
  • INVALID_CHARACTER_ERR: number
  • INVALID_MODIFICATION_ERR: number
  • INVALID_NODE_TYPE_ERR: number
  • INVALID_STATE_ERR: number
  • NAMESPACE_ERR: number
  • NETWORK_ERR: number
  • NOT_FOUND_ERR: number
  • NOT_SUPPORTED_ERR: number
  • NO_DATA_ALLOWED_ERR: number
  • NO_MODIFICATION_ALLOWED_ERR: number
  • QUOTA_EXCEEDED_ERR: number
  • SECURITY_ERR: number
  • SYNTAX_ERR: number
  • TIMEOUT_ERR: number
  • TYPE_MISMATCH_ERR: number
  • URL_MISMATCH_ERR: number
  • VALIDATION_ERR: number
  • WRONG_DOCUMENT_ERR: number
  • prototype: DOMException

DOMImplementation

DOMImplementation: object

Type declaration

DOMMatrix

DOMMatrix: object

Type declaration

  • constructor: function
    • new __type(init?: string | number[]): DOMMatrix
    • Parameters

      • Optional init: string | number[]

      Returns DOMMatrix

  • prototype: DOMMatrix
  • fromFloat32Array: function
    • fromFloat32Array(array32: Float32Array): DOMMatrix
    • Parameters

      • array32: Float32Array

      Returns DOMMatrix

  • fromFloat64Array: function
    • fromFloat64Array(array64: Float64Array): DOMMatrix
    • Parameters

      • array64: Float64Array

      Returns DOMMatrix

  • fromMatrix: function
    • Parameters

      Returns DOMMatrix

DOMMatrixReadOnly

DOMMatrixReadOnly: object

Type declaration

DOMParser

DOMParser: object

Type declaration

  • constructor: function
    • Returns DOMParser

  • prototype: DOMParser

DOMPoint

DOMPoint: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, z?: undefined | number, w?: undefined | number): DOMPoint
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional z: undefined | number
      • Optional w: undefined | number

      Returns DOMPoint

  • prototype: DOMPoint
  • fromPoint: function
    • Parameters

      Returns DOMPoint

DOMPointReadOnly

DOMPointReadOnly: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, z?: undefined | number, w?: undefined | number): DOMPointReadOnly
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional z: undefined | number
      • Optional w: undefined | number

      Returns DOMPointReadOnly

  • prototype: DOMPointReadOnly
  • fromPoint: function

DOMQuad

DOMQuad: object

Type declaration

DOMRect

DOMRect: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, width?: undefined | number, height?: undefined | number): DOMRect
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns DOMRect

  • prototype: DOMRect
  • fromRect: function
    • Parameters

      Returns DOMRect

DOMRectList

DOMRectList: object

Type declaration

  • constructor: function
    • new __type(): DOMRectList
    • Returns DOMRectList

  • prototype: DOMRectList

DOMRectReadOnly

DOMRectReadOnly: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, width?: undefined | number, height?: undefined | number): DOMRectReadOnly
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns DOMRectReadOnly

  • prototype: DOMRectReadOnly
  • fromRect: function

DOMSettableTokenList

DOMSettableTokenList: object

Type declaration

DOMStringList

DOMStringList: object

Type declaration

  • constructor: function
    • new __type(): DOMStringList
    • Returns DOMStringList

  • prototype: DOMStringList

DOMStringMap

DOMStringMap: object

Type declaration

DOMTokenList

DOMTokenList: object

Type declaration

  • constructor: function
    • new __type(): DOMTokenList
    • Returns DOMTokenList

  • prototype: DOMTokenList

DataCue

DataCue: object

Type declaration

  • constructor: function
    • Returns DataCue

  • prototype: DataCue

DataTransfer

DataTransfer: object

Type declaration

  • constructor: function
    • new __type(): DataTransfer
    • Returns DataTransfer

  • prototype: DataTransfer

DataTransferItem

DataTransferItem: object

Type declaration

DataTransferItemList

DataTransferItemList: object

Type declaration

  • constructor: function
    • new __type(): DataTransferItemList
    • Returns DataTransferItemList

  • prototype: DataTransferItemList

DeferredPermissionRequest

DeferredPermissionRequest: object

Type declaration

DelayNode

DelayNode: object

Type declaration

  • constructor: function
    • Parameters

      Returns DelayNode

  • prototype: DelayNode

DeviceAcceleration

DeviceAcceleration: object

Type declaration

DeviceLightEvent

DeviceLightEvent: object

Type declaration

DeviceMotionEvent

DeviceMotionEvent: object

Type declaration

DeviceOrientationEvent

DeviceOrientationEvent: object

Type declaration

DeviceRotationRate

DeviceRotationRate: object

Type declaration

Document

Document: object

Type declaration

  • constructor: function
    • new __type(): Document
    • Returns Document

  • prototype: Document

DocumentFragment

DocumentFragment: object

Type declaration

DocumentTimeline

DocumentTimeline: object

Type declaration

DocumentType

DocumentType: object

Type declaration

DragEvent

DragEvent: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: DragEventInit): DragEvent
    • Parameters

      Returns DragEvent

  • prototype: DragEvent

DynamicsCompressorNode

DynamicsCompressorNode: object

Type declaration

Element

Element: object

Type declaration

  • constructor: function
    • new __type(): Element
    • Returns Element

  • prototype: Element

ErrorEvent

ErrorEvent: object

Type declaration

Event

Event: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: EventInit): Event
    • Parameters

      • type: string
      • Optional eventInitDict: EventInit

      Returns Event

  • AT_TARGET: number
  • BUBBLING_PHASE: number
  • CAPTURING_PHASE: number
  • NONE: number
  • prototype: Event

EventSource

EventSource: object

Type declaration

  • constructor: function
    • Parameters

      Returns EventSource

  • CLOSED: number
  • CONNECTING: number
  • OPEN: number
  • prototype: EventSource

EventTarget

EventTarget: object

Type declaration

  • constructor: function
    • new __type(): EventTarget
    • Returns EventTarget

  • prototype: EventTarget

ExtensionScriptApis

ExtensionScriptApis: object

Type declaration

External

External: object

Type declaration

  • constructor: function
    • Returns External

  • prototype: External

File

File: object

Type declaration

FileList

FileList: object

Type declaration

  • constructor: function
    • new __type(): FileList
    • Returns FileList

  • prototype: FileList

FileReader

FileReader: object

Type declaration

  • constructor: function
    • Returns FileReader

  • DONE: number
  • EMPTY: number
  • LOADING: number
  • prototype: FileReader

FocusEvent

FocusEvent: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: FocusEventInit): FocusEvent
    • Parameters

      Returns FocusEvent

  • prototype: FocusEvent

FocusNavigationEvent

FocusNavigationEvent: object

Type declaration

FormData

FormData: object

Type declaration

  • constructor: function
    • Parameters

      Returns FormData

  • prototype: FormData

GainNode

GainNode: object

Type declaration

  • constructor: function
    • Parameters

      • context: BaseAudioContext
      • Optional options: GainOptions

      Returns GainNode

  • prototype: GainNode

Gamepad

Gamepad: object

Type declaration

  • constructor: function
    • Returns Gamepad

  • prototype: Gamepad

GamepadButton

GamepadButton: object

Type declaration

GamepadEvent

GamepadEvent: object

Type declaration

GamepadHapticActuator

GamepadHapticActuator: object

Type declaration

GamepadPose

GamepadPose: object

Type declaration

HTMLAllCollection

HTMLAllCollection: object

Type declaration

  • constructor: function
    • new __type(): HTMLAllCollection
    • Returns HTMLAllCollection

  • prototype: HTMLAllCollection

HTMLAnchorElement

HTMLAnchorElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLAnchorElement
    • Returns HTMLAnchorElement

  • prototype: HTMLAnchorElement

HTMLAppletElement

HTMLAppletElement: object

Type declaration

HTMLAreaElement

HTMLAreaElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLAreaElement
    • Returns HTMLAreaElement

  • prototype: HTMLAreaElement

HTMLAudioElement

HTMLAudioElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLAudioElement
    • Returns HTMLAudioElement

  • prototype: HTMLAudioElement

HTMLBRElement

HTMLBRElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLBRElement
    • Returns HTMLBRElement

  • prototype: HTMLBRElement

HTMLBaseElement

HTMLBaseElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLBaseElement
    • Returns HTMLBaseElement

  • prototype: HTMLBaseElement

HTMLBaseFontElement

HTMLBaseFontElement: object

Type declaration

HTMLBodyElement

HTMLBodyElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLBodyElement
    • Returns HTMLBodyElement

  • prototype: HTMLBodyElement

HTMLButtonElement

HTMLButtonElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLButtonElement
    • Returns HTMLButtonElement

  • prototype: HTMLButtonElement

HTMLCanvasElement

HTMLCanvasElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLCanvasElement
    • Returns HTMLCanvasElement

  • prototype: HTMLCanvasElement

HTMLCollection

HTMLCollection: object

Type declaration

HTMLDListElement

HTMLDListElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLDListElement
    • Returns HTMLDListElement

  • prototype: HTMLDListElement

HTMLDataElement

HTMLDataElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLDataElement
    • Returns HTMLDataElement

  • prototype: HTMLDataElement

HTMLDataListElement

HTMLDataListElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLDataListElement
    • Returns HTMLDataListElement

  • prototype: HTMLDataListElement

HTMLDetailsElement

HTMLDetailsElement: object

Type declaration

HTMLDialogElement

HTMLDialogElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLDialogElement
    • Returns HTMLDialogElement

  • prototype: HTMLDialogElement

HTMLDirectoryElement

HTMLDirectoryElement: object

Type declaration

HTMLDivElement

HTMLDivElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLDivElement
    • Returns HTMLDivElement

  • prototype: HTMLDivElement

HTMLDocument

HTMLDocument: object

Type declaration

HTMLElement

HTMLElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLElement
    • Returns HTMLElement

  • prototype: HTMLElement

HTMLEmbedElement

HTMLEmbedElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLEmbedElement
    • Returns HTMLEmbedElement

  • prototype: HTMLEmbedElement

HTMLFieldSetElement

HTMLFieldSetElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLFieldSetElement
    • Returns HTMLFieldSetElement

  • prototype: HTMLFieldSetElement

HTMLFontElement

HTMLFontElement: object

Type declaration

HTMLFormControlsCollection

HTMLFormControlsCollection: object

Type declaration

HTMLFormElement

HTMLFormElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLFormElement
    • Returns HTMLFormElement

  • prototype: HTMLFormElement

HTMLFrameElement

HTMLFrameElement: object

Type declaration

HTMLFrameSetElement

HTMLFrameSetElement: object

Type declaration

HTMLHRElement

HTMLHRElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLHRElement
    • Returns HTMLHRElement

  • prototype: HTMLHRElement

HTMLHeadElement

HTMLHeadElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLHeadElement
    • Returns HTMLHeadElement

  • prototype: HTMLHeadElement

HTMLHeadingElement

HTMLHeadingElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLHeadingElement
    • Returns HTMLHeadingElement

  • prototype: HTMLHeadingElement

HTMLHtmlElement

HTMLHtmlElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLHtmlElement
    • Returns HTMLHtmlElement

  • prototype: HTMLHtmlElement

HTMLIFrameElement

HTMLIFrameElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLIFrameElement
    • Returns HTMLIFrameElement

  • prototype: HTMLIFrameElement

HTMLImageElement

HTMLImageElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLImageElement
    • Returns HTMLImageElement

  • prototype: HTMLImageElement

HTMLInputElement

HTMLInputElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLInputElement
    • Returns HTMLInputElement

  • prototype: HTMLInputElement

HTMLLIElement

HTMLLIElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLLIElement
    • Returns HTMLLIElement

  • prototype: HTMLLIElement

HTMLLabelElement

HTMLLabelElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLLabelElement
    • Returns HTMLLabelElement

  • prototype: HTMLLabelElement

HTMLLegendElement

HTMLLegendElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLLegendElement
    • Returns HTMLLegendElement

  • prototype: HTMLLegendElement

HTMLLinkElement

HTMLLinkElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLLinkElement
    • Returns HTMLLinkElement

  • prototype: HTMLLinkElement

HTMLMapElement

HTMLMapElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLMapElement
    • Returns HTMLMapElement

  • prototype: HTMLMapElement

HTMLMarqueeElement

HTMLMarqueeElement: object

Type declaration

HTMLMediaElement

HTMLMediaElement: object

Type declaration

  • constructor: function
    • Returns HTMLMediaElement

  • HAVE_CURRENT_DATA: number
  • HAVE_ENOUGH_DATA: number
  • HAVE_FUTURE_DATA: number
  • HAVE_METADATA: number
  • HAVE_NOTHING: number
  • NETWORK_EMPTY: number
  • NETWORK_IDLE: number
  • NETWORK_LOADING: number
  • NETWORK_NO_SOURCE: number
  • prototype: HTMLMediaElement

HTMLMenuElement

HTMLMenuElement: object

Type declaration

HTMLMetaElement

HTMLMetaElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLMetaElement
    • Returns HTMLMetaElement

  • prototype: HTMLMetaElement

HTMLMeterElement

HTMLMeterElement: object

Type declaration

HTMLModElement

HTMLModElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLModElement
    • Returns HTMLModElement

  • prototype: HTMLModElement

HTMLOListElement

HTMLOListElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLOListElement
    • Returns HTMLOListElement

  • prototype: HTMLOListElement

HTMLObjectElement

HTMLObjectElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLObjectElement
    • Returns HTMLObjectElement

  • prototype: HTMLObjectElement

HTMLOptGroupElement

HTMLOptGroupElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLOptGroupElement
    • Returns HTMLOptGroupElement

  • prototype: HTMLOptGroupElement

HTMLOptionElement

HTMLOptionElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLOptionElement
    • Returns HTMLOptionElement

  • prototype: HTMLOptionElement

HTMLOptionsCollection

HTMLOptionsCollection: object

Type declaration

HTMLOutputElement

HTMLOutputElement: object

Type declaration

HTMLParagraphElement

HTMLParagraphElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLParagraphElement
    • Returns HTMLParagraphElement

  • prototype: HTMLParagraphElement

HTMLParamElement

HTMLParamElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLParamElement
    • Returns HTMLParamElement

  • prototype: HTMLParamElement

HTMLPictureElement

HTMLPictureElement: object

Type declaration

HTMLPreElement

HTMLPreElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLPreElement
    • Returns HTMLPreElement

  • prototype: HTMLPreElement

HTMLProgressElement

HTMLProgressElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLProgressElement
    • Returns HTMLProgressElement

  • prototype: HTMLProgressElement

HTMLQuoteElement

HTMLQuoteElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLQuoteElement
    • Returns HTMLQuoteElement

  • prototype: HTMLQuoteElement

HTMLScriptElement

HTMLScriptElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLScriptElement
    • Returns HTMLScriptElement

  • prototype: HTMLScriptElement

HTMLSelectElement

HTMLSelectElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLSelectElement
    • Returns HTMLSelectElement

  • prototype: HTMLSelectElement

HTMLSlotElement

HTMLSlotElement: object

Type declaration

HTMLSourceElement

HTMLSourceElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLSourceElement
    • Returns HTMLSourceElement

  • prototype: HTMLSourceElement

HTMLSpanElement

HTMLSpanElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLSpanElement
    • Returns HTMLSpanElement

  • prototype: HTMLSpanElement

HTMLStyleElement

HTMLStyleElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLStyleElement
    • Returns HTMLStyleElement

  • prototype: HTMLStyleElement

HTMLTableCaptionElement

HTMLTableCaptionElement: object

Type declaration

HTMLTableCellElement

HTMLTableCellElement: object

Type declaration

HTMLTableColElement

HTMLTableColElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTableColElement
    • Returns HTMLTableColElement

  • prototype: HTMLTableColElement

HTMLTableDataCellElement

HTMLTableDataCellElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTableDataCellElement
    • Returns HTMLTableDataCellElement

  • prototype: HTMLTableDataCellElement

HTMLTableElement

HTMLTableElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTableElement
    • Returns HTMLTableElement

  • prototype: HTMLTableElement

HTMLTableHeaderCellElement

HTMLTableHeaderCellElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTableHeaderCellElement
    • Returns HTMLTableHeaderCellElement

  • prototype: HTMLTableHeaderCellElement

HTMLTableRowElement

HTMLTableRowElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTableRowElement
    • Returns HTMLTableRowElement

  • prototype: HTMLTableRowElement

HTMLTableSectionElement

HTMLTableSectionElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTableSectionElement
    • Returns HTMLTableSectionElement

  • prototype: HTMLTableSectionElement

HTMLTemplateElement

HTMLTemplateElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTemplateElement
    • Returns HTMLTemplateElement

  • prototype: HTMLTemplateElement

HTMLTextAreaElement

HTMLTextAreaElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTextAreaElement
    • Returns HTMLTextAreaElement

  • prototype: HTMLTextAreaElement

HTMLTimeElement

HTMLTimeElement: object

Type declaration

HTMLTitleElement

HTMLTitleElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTitleElement
    • Returns HTMLTitleElement

  • prototype: HTMLTitleElement

HTMLTrackElement

HTMLTrackElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLTrackElement
    • Returns HTMLTrackElement

  • ERROR: number
  • LOADED: number
  • LOADING: number
  • NONE: number
  • prototype: HTMLTrackElement

HTMLUListElement

HTMLUListElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLUListElement
    • Returns HTMLUListElement

  • prototype: HTMLUListElement

HTMLUnknownElement

HTMLUnknownElement: object

Type declaration

HTMLVideoElement

HTMLVideoElement: object

Type declaration

  • constructor: function
    • new __type(): HTMLVideoElement
    • Returns HTMLVideoElement

  • prototype: HTMLVideoElement

HashChangeEvent

HashChangeEvent: object

Type declaration

Headers

Headers: object

Type declaration

  • constructor: function
    • Parameters

      Returns Headers

  • prototype: Headers

History

History: object

Type declaration

  • constructor: function
    • Returns History

  • prototype: History

IDBCursor

IDBCursor: object

Type declaration

  • constructor: function
    • Returns IDBCursor

  • prototype: IDBCursor

IDBCursorWithValue

IDBCursorWithValue: object

Type declaration

IDBDatabase

IDBDatabase: object

Type declaration

IDBFactory

IDBFactory: object

Type declaration

IDBIndex

IDBIndex: object

Type declaration

  • constructor: function
    • Returns IDBIndex

  • prototype: IDBIndex

IDBKeyRange

IDBKeyRange: object

Type declaration

  • constructor: function
    • Returns IDBKeyRange

  • prototype: IDBKeyRange
  • bound: function
    • bound(lower: any, upper: any, lowerOpen?: undefined | false | true, upperOpen?: undefined | false | true): IDBKeyRange
    • Returns a new IDBKeyRange spanning from lower to upper. If lowerOpen is true, lower is not included in the range. If upperOpen is true, upper is not included in the range.

      Parameters

      • lower: any
      • upper: any
      • Optional lowerOpen: undefined | false | true
      • Optional upperOpen: undefined | false | true

      Returns IDBKeyRange

  • lowerBound: function
    • lowerBound(lower: any, open?: undefined | false | true): IDBKeyRange
    • Returns a new IDBKeyRange starting at key with no upper bound. If open is true, key is not included in the range.

      Parameters

      • lower: any
      • Optional open: undefined | false | true

      Returns IDBKeyRange

  • only: function
    • Returns a new IDBKeyRange spanning only key.

      Parameters

      • value: any

      Returns IDBKeyRange

  • upperBound: function
    • upperBound(upper: any, open?: undefined | false | true): IDBKeyRange
    • Returns a new IDBKeyRange with no lower bound and ending at key. If open is true, key is not included in the range.

      Parameters

      • upper: any
      • Optional open: undefined | false | true

      Returns IDBKeyRange

IDBObjectStore

IDBObjectStore: object

Type declaration

  • constructor: function
    • new __type(): IDBObjectStore
    • Returns IDBObjectStore

  • prototype: IDBObjectStore

IDBOpenDBRequest

IDBOpenDBRequest: object

Type declaration

IDBRequest

IDBRequest: object

Type declaration

IDBTransaction

IDBTransaction: object

Type declaration

IDBVersionChangeEvent

IDBVersionChangeEvent: object

Type declaration

IIRFilterNode

IIRFilterNode: object

Type declaration

Image

Image: object

Type declaration

  • constructor: function
    • new __type(width?: undefined | number, height?: undefined | number): HTMLImageElement
    • Parameters

      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns HTMLImageElement

ImageBitmap

ImageBitmap: object

Type declaration

ImageBitmapRenderingContext

ImageBitmapRenderingContext: object

Type declaration

ImageData

ImageData: object

Type declaration

  • constructor: function
    • new __type(width: number, height: number): ImageData
    • new __type(array: Uint8ClampedArray, width: number, height?: undefined | number): ImageData
    • Parameters

      • width: number
      • height: number

      Returns ImageData

    • Parameters

      • array: Uint8ClampedArray
      • width: number
      • Optional height: undefined | number

      Returns ImageData

  • prototype: ImageData

InputDeviceInfo

InputDeviceInfo: object

Type declaration

InputEvent

InputEvent: object

Type declaration

IntersectionObserver

IntersectionObserver: object

Type declaration

IntersectionObserverEntry

IntersectionObserverEntry: object

Type declaration

KeyboardEvent

KeyboardEvent: object

Type declaration

  • constructor: function
    • Parameters

      Returns KeyboardEvent

  • DOM_KEY_LOCATION_LEFT: number
  • DOM_KEY_LOCATION_NUMPAD: number
  • DOM_KEY_LOCATION_RIGHT: number
  • DOM_KEY_LOCATION_STANDARD: number
  • prototype: KeyboardEvent

KeyframeEffect

KeyframeEffect: object

Type declaration

ListeningStateChangedEvent

ListeningStateChangedEvent: object

Type declaration

Location

Location: object

Type declaration

  • constructor: function
    • Returns Location

  • prototype: Location

MSAssertion

MSAssertion: object

Type declaration

MSBlobBuilder

MSBlobBuilder: object

Type declaration

MSFIDOCredentialAssertion

MSFIDOCredentialAssertion: object

Type declaration

MSFIDOSignature

MSFIDOSignature: object

Type declaration

MSFIDOSignatureAssertion

MSFIDOSignatureAssertion: object

Type declaration

MSGesture

MSGesture: object

Type declaration

  • constructor: function
    • Returns MSGesture

  • prototype: MSGesture

MSGestureEvent

MSGestureEvent: object

Type declaration

  • constructor: function
    • Returns MSGestureEvent

  • MSGESTURE_FLAG_BEGIN: number
  • MSGESTURE_FLAG_CANCEL: number
  • MSGESTURE_FLAG_END: number
  • MSGESTURE_FLAG_INERTIA: number
  • MSGESTURE_FLAG_NONE: number
  • prototype: MSGestureEvent

MSGraphicsTrust

MSGraphicsTrust: object

Type declaration

MSInputMethodContext

MSInputMethodContext: object

Type declaration

MSMediaKeyError

MSMediaKeyError: object

Type declaration

  • constructor: function
    • Returns MSMediaKeyError

  • MS_MEDIA_KEYERR_CLIENT: number
  • MS_MEDIA_KEYERR_DOMAIN: number
  • MS_MEDIA_KEYERR_HARDWARECHANGE: number
  • MS_MEDIA_KEYERR_OUTPUT: number
  • MS_MEDIA_KEYERR_SERVICE: number
  • MS_MEDIA_KEYERR_UNKNOWN: number
  • prototype: MSMediaKeyError

MSMediaKeyMessageEvent

MSMediaKeyMessageEvent: object

Type declaration

MSMediaKeyNeededEvent

MSMediaKeyNeededEvent: object

Type declaration

MSMediaKeySession

MSMediaKeySession: object

Type declaration

MSMediaKeys

MSMediaKeys: object

Type declaration

  • constructor: function
    • Parameters

      • keySystem: string

      Returns MSMediaKeys

  • prototype: MSMediaKeys
  • isTypeSupported: function
    • isTypeSupported(keySystem: string, type?: string | null): boolean
    • Parameters

      • keySystem: string
      • Optional type: string | null

      Returns boolean

  • isTypeSupportedWithFeatures: function
    • isTypeSupportedWithFeatures(keySystem: string, type?: string | null): string
    • Parameters

      • keySystem: string
      • Optional type: string | null

      Returns string

MSPointerEvent

MSPointerEvent: object

Type declaration

MSStream

MSStream: object

Type declaration

  • constructor: function
    • Returns MSStream

  • prototype: MSStream

MediaDeviceInfo

MediaDeviceInfo: object

Type declaration

MediaDevices

MediaDevices: object

Type declaration

MediaElementAudioSourceNode

MediaElementAudioSourceNode: object

Type declaration

MediaEncryptedEvent

MediaEncryptedEvent: object

Type declaration

MediaError

MediaError: object

Type declaration

  • constructor: function
    • Returns MediaError

  • MEDIA_ERR_ABORTED: number
  • MEDIA_ERR_DECODE: number
  • MEDIA_ERR_NETWORK: number
  • MEDIA_ERR_SRC_NOT_SUPPORTED: number
  • MS_MEDIA_ERR_ENCRYPTED: number
  • prototype: MediaError

MediaKeyMessageEvent

MediaKeyMessageEvent: object

Type declaration

MediaKeySession

MediaKeySession: object

Type declaration

MediaKeyStatusMap

MediaKeyStatusMap: object

Type declaration

  • constructor: function
    • new __type(): MediaKeyStatusMap
    • Returns MediaKeyStatusMap

  • prototype: MediaKeyStatusMap

MediaKeySystemAccess

MediaKeySystemAccess: object

Type declaration

MediaKeys

MediaKeys: object

Type declaration

  • constructor: function
    • Returns MediaKeys

  • prototype: MediaKeys

MediaList

MediaList: object

Type declaration

  • constructor: function
    • new __type(): MediaList
    • Returns MediaList

  • prototype: MediaList

MediaQueryList

MediaQueryList: object

Type declaration

MediaQueryListEvent

MediaQueryListEvent: object

Type declaration

MediaSource

MediaSource: object

Type declaration

  • constructor: function
    • Returns MediaSource

  • prototype: MediaSource
  • isTypeSupported: function
    • isTypeSupported(type: string): boolean
    • Parameters

      • type: string

      Returns boolean

MediaStream

MediaStream: object

Type declaration

MediaStreamAudioDestinationNode

MediaStreamAudioDestinationNode: object

Type declaration

MediaStreamAudioSourceNode

MediaStreamAudioSourceNode: object

Type declaration

MediaStreamError

MediaStreamError: object

Type declaration

MediaStreamErrorEvent

MediaStreamErrorEvent: object

Type declaration

MediaStreamEvent

MediaStreamEvent: object

Type declaration

MediaStreamTrack

MediaStreamTrack: object

Type declaration

MediaStreamTrackAudioSourceNode

MediaStreamTrackAudioSourceNode: object

Type declaration

MediaStreamTrackEvent

MediaStreamTrackEvent: object

Type declaration

MessageChannel

MessageChannel: object

Type declaration

MessageEvent

MessageEvent: object

Type declaration

MessagePort

MessagePort: object

Type declaration

MimeType

MimeType: object

Type declaration

  • constructor: function
    • Returns MimeType

  • prototype: MimeType

MimeTypeArray

MimeTypeArray: object

Type declaration

  • constructor: function
    • new __type(): MimeTypeArray
    • Returns MimeTypeArray

  • prototype: MimeTypeArray

MouseEvent

MouseEvent: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: MouseEventInit): MouseEvent
    • Parameters

      Returns MouseEvent

  • prototype: MouseEvent

MutationEvent

MutationEvent: object

Type declaration

  • constructor: function
    • Returns MutationEvent

  • ADDITION: number
  • MODIFICATION: number
  • REMOVAL: number
  • prototype: MutationEvent

MutationObserver

MutationObserver: object

Type declaration

MutationRecord

MutationRecord: object

Type declaration

NamedNodeMap

NamedNodeMap: object

Type declaration

  • constructor: function
    • new __type(): NamedNodeMap
    • Returns NamedNodeMap

  • prototype: NamedNodeMap

NavigationPreloadManager

NavigationPreloadManager: object

Type declaration

Navigator

Navigator: object

Type declaration

  • constructor: function
    • new __type(): Navigator
    • Returns Navigator

  • prototype: Navigator

Node

Node: object

Type declaration

  • constructor: function
    • new __type(): Node
    • Returns Node

  • ATTRIBUTE_NODE: number
  • CDATA_SECTION_NODE: number

    node is a CDATASection node.

  • COMMENT_NODE: number

    node is a Comment node.

  • DOCUMENT_FRAGMENT_NODE: number

    node is a DocumentFragment node.

  • DOCUMENT_NODE: number

    node is a document.

  • DOCUMENT_POSITION_CONTAINED_BY: number

    Set when other is a descendant of node.

  • DOCUMENT_POSITION_CONTAINS: number

    Set when other is an ancestor of node.

  • DOCUMENT_POSITION_DISCONNECTED: number

    Set when node and other are not in the same tree.

  • DOCUMENT_POSITION_FOLLOWING: number

    Set when other is following node.

  • DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number
  • DOCUMENT_POSITION_PRECEDING: number

    Set when other is preceding node.

  • DOCUMENT_TYPE_NODE: number

    node is a doctype.

  • ELEMENT_NODE: number

    node is an element.

  • ENTITY_NODE: number
  • ENTITY_REFERENCE_NODE: number
  • NOTATION_NODE: number
  • PROCESSING_INSTRUCTION_NODE: number

    node is a ProcessingInstruction node.

  • TEXT_NODE: number

    node is a Text node.

  • prototype: Node

NodeFilter

NodeFilter: object

Type declaration

  • FILTER_ACCEPT: number
  • FILTER_REJECT: number
  • FILTER_SKIP: number
  • SHOW_ALL: number
  • SHOW_ATTRIBUTE: number
  • SHOW_CDATA_SECTION: number
  • SHOW_COMMENT: number
  • SHOW_DOCUMENT: number
  • SHOW_DOCUMENT_FRAGMENT: number
  • SHOW_DOCUMENT_TYPE: number
  • SHOW_ELEMENT: number
  • SHOW_ENTITY: number
  • SHOW_ENTITY_REFERENCE: number
  • SHOW_NOTATION: number
  • SHOW_PROCESSING_INSTRUCTION: number
  • SHOW_TEXT: number

NodeIterator

NodeIterator: object

Type declaration

NodeList

NodeList: object

Type declaration

  • constructor: function
    • new __type(): NodeList
    • Returns NodeList

  • prototype: NodeList

Notification

Notification: object

Type declaration

OfflineAudioCompletionEvent

OfflineAudioCompletionEvent: object

Type declaration

OfflineAudioContext

OfflineAudioContext: object

Type declaration

OffscreenCanvas

OffscreenCanvas: object

Type declaration

  • constructor: function
    • Parameters

      • width: number
      • height: number

      Returns OffscreenCanvas

  • prototype: OffscreenCanvas

OffscreenCanvasRenderingContext2D

OffscreenCanvasRenderingContext2D: object

Type declaration

Option

Option: object

Type declaration

  • constructor: function
    • new __type(text?: undefined | string, value?: undefined | string, defaultSelected?: undefined | false | true, selected?: undefined | false | true): HTMLOptionElement
    • Parameters

      • Optional text: undefined | string
      • Optional value: undefined | string
      • Optional defaultSelected: undefined | false | true
      • Optional selected: undefined | false | true

      Returns HTMLOptionElement

OscillatorNode

OscillatorNode: object

Type declaration

OverconstrainedError

OverconstrainedError: object

Type declaration

OverflowEvent

OverflowEvent: object

Type declaration

  • constructor: function
    • Returns OverflowEvent

  • BOTH: number
  • HORIZONTAL: number
  • VERTICAL: number
  • prototype: OverflowEvent

PageTransitionEvent

PageTransitionEvent: object

Type declaration

PannerNode

PannerNode: object

Type declaration

Path2D

Path2D: object

Type declaration

  • constructor: function
    • Parameters

      • Optional path: Path2D | string

      Returns Path2D

  • prototype: Path2D

PaymentAddress

PaymentAddress: object

Type declaration

PaymentRequest

PaymentRequest: object

Type declaration

PaymentRequestUpdateEvent

PaymentRequestUpdateEvent: object

Type declaration

PaymentResponse

PaymentResponse: object

Type declaration

PerfWidgetExternal

PerfWidgetExternal: object

Type declaration

Performance

Performance: object

Type declaration

PerformanceEntry

PerformanceEntry: object

Type declaration

PerformanceMark

PerformanceMark: object

Type declaration

PerformanceMeasure

PerformanceMeasure: object

Type declaration

PerformanceNavigation

PerformanceNavigation: object

Type declaration

PerformanceNavigationTiming

PerformanceNavigationTiming: object

Type declaration

PerformanceObserver

PerformanceObserver: object

Type declaration

PerformanceObserverEntryList

PerformanceObserverEntryList: object

Type declaration

PerformanceResourceTiming

PerformanceResourceTiming: object

Type declaration

PerformanceTiming

PerformanceTiming: object

Type declaration

PeriodicWave

PeriodicWave: object

Type declaration

PermissionRequest

PermissionRequest: object

Type declaration

PermissionRequestedEvent

PermissionRequestedEvent: object

Type declaration

PermissionStatus

PermissionStatus: object

Type declaration

Permissions

Permissions: object

Type declaration

Plugin

Plugin: object

Type declaration

  • constructor: function
    • new __type(): Plugin
    • Returns Plugin

  • prototype: Plugin

PluginArray

PluginArray: object

Type declaration

  • constructor: function
    • new __type(): PluginArray
    • Returns PluginArray

  • prototype: PluginArray

PointerEvent

PointerEvent: object

Type declaration

  • constructor: function
    • Parameters

      Returns PointerEvent

  • prototype: PointerEvent

PopStateEvent

PopStateEvent: object

Type declaration

ProcessingInstruction

ProcessingInstruction: object

Type declaration

ProgressEvent

ProgressEvent: object

Type declaration

PromiseRejectionEvent

PromiseRejectionEvent: object

Type declaration

PublicKeyCredential

PublicKeyCredential: object

Type declaration

  • constructor: function
  • prototype: PublicKeyCredential
  • isUserVerifyingPlatformAuthenticatorAvailable: function
    • isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>
    • Returns Promise<boolean>

PushManager

PushManager: object

Type declaration

  • constructor: function
    • Returns PushManager

  • prototype: PushManager
  • supportedContentEncodings: ReadonlyArray<string>

PushSubscription

PushSubscription: object

Type declaration

PushSubscriptionOptions

PushSubscriptionOptions: object

Type declaration

RTCCertificate

RTCCertificate: object

Type declaration

RTCDTMFSender

RTCDTMFSender: object

Type declaration

RTCDTMFToneChangeEvent

RTCDTMFToneChangeEvent: object

Type declaration

RTCDataChannel

RTCDataChannel: object

Type declaration

RTCDataChannelEvent

RTCDataChannelEvent: object

Type declaration

RTCDtlsTransport

RTCDtlsTransport: object

Type declaration

RTCDtlsTransportStateChangedEvent

RTCDtlsTransportStateChangedEvent: object

Type declaration

RTCDtmfSender

RTCDtmfSender: object

Type declaration

RTCError

RTCError: object

Type declaration

  • constructor: function
    • new __type(errorDetail?: undefined | string, message?: undefined | string): RTCError
    • Parameters

      • Optional errorDetail: undefined | string
      • Optional message: undefined | string

      Returns RTCError

  • prototype: RTCError

RTCErrorEvent

RTCErrorEvent: object

Type declaration

RTCIceCandidate

RTCIceCandidate: object

Type declaration

RTCIceCandidatePairChangedEvent

RTCIceCandidatePairChangedEvent: object

Type declaration

RTCIceGatherer

RTCIceGatherer: object

Type declaration

RTCIceGathererEvent

RTCIceGathererEvent: object

Type declaration

RTCIceTransport

RTCIceTransport: object

Type declaration

RTCIceTransportStateChangedEvent

RTCIceTransportStateChangedEvent: object

Type declaration

RTCIdentityAssertion

RTCIdentityAssertion: object

Type declaration

RTCPeerConnection

RTCPeerConnection: object

Type declaration

RTCPeerConnectionIceErrorEvent

RTCPeerConnectionIceErrorEvent: object

Type declaration

RTCPeerConnectionIceEvent

RTCPeerConnectionIceEvent: object

Type declaration

RTCRtpReceiver

RTCRtpReceiver: object

Type declaration

RTCRtpSender

RTCRtpSender: object

Type declaration

RTCRtpTransceiver

RTCRtpTransceiver: object

Type declaration

  • constructor: function
    • new __type(): RTCRtpTransceiver
    • Returns RTCRtpTransceiver

  • prototype: RTCRtpTransceiver

RTCSctpTransport

RTCSctpTransport: object

Type declaration

RTCSessionDescription

RTCSessionDescription: object

Type declaration

RTCSrtpSdesTransport

RTCSrtpSdesTransport: object

Type declaration

RTCSsrcConflictEvent

RTCSsrcConflictEvent: object

Type declaration

RTCStatsEvent

RTCStatsEvent: object

Type declaration

RTCStatsProvider

RTCStatsProvider: object

Type declaration

RTCStatsReport

RTCStatsReport: object

Type declaration

  • constructor: function
    • new __type(): RTCStatsReport
    • Returns RTCStatsReport

  • prototype: RTCStatsReport

RTCTrackEvent

RTCTrackEvent: object

Type declaration

RadioNodeList

RadioNodeList: object

Type declaration

RandomSource

RandomSource: object

Type declaration

Range

Range: object

Type declaration

  • constructor: function
    • Returns Range

  • END_TO_END: number
  • END_TO_START: number
  • START_TO_END: number
  • START_TO_START: number
  • prototype: Range

ReadableStream

ReadableStream: object

Type declaration

ReadableStreamReader

ReadableStreamReader: object

Type declaration

Request

Request: object

Type declaration

Response

Response: object

Type declaration

  • constructor: function
    • Parameters

      Returns Response

  • prototype: Response
  • error: function
    • Returns Response

  • redirect: function
    • redirect(url: string, status?: undefined | number): Response
    • Parameters

      • url: string
      • Optional status: undefined | number

      Returns Response

SVGAElement

SVGAElement: object

Type declaration

SVGAngle

SVGAngle: object

Type declaration

  • constructor: function
    • Returns SVGAngle

  • SVG_ANGLETYPE_DEG: number
  • SVG_ANGLETYPE_GRAD: number
  • SVG_ANGLETYPE_RAD: number
  • SVG_ANGLETYPE_UNKNOWN: number
  • SVG_ANGLETYPE_UNSPECIFIED: number
  • prototype: SVGAngle

SVGAnimateElement

SVGAnimateElement: object

Type declaration

SVGAnimateMotionElement

SVGAnimateMotionElement: object

Type declaration

SVGAnimateTransformElement

SVGAnimateTransformElement: object

Type declaration

SVGAnimatedAngle

SVGAnimatedAngle: object

Type declaration

SVGAnimatedBoolean

SVGAnimatedBoolean: object

Type declaration

SVGAnimatedEnumeration

SVGAnimatedEnumeration: object

Type declaration

SVGAnimatedInteger

SVGAnimatedInteger: object

Type declaration

SVGAnimatedLength

SVGAnimatedLength: object

Type declaration

SVGAnimatedLengthList

SVGAnimatedLengthList: object

Type declaration

SVGAnimatedNumber

SVGAnimatedNumber: object

Type declaration

SVGAnimatedNumberList

SVGAnimatedNumberList: object

Type declaration

SVGAnimatedPreserveAspectRatio

SVGAnimatedPreserveAspectRatio: object

Type declaration

SVGAnimatedRect

SVGAnimatedRect: object

Type declaration

SVGAnimatedString

SVGAnimatedString: object

Type declaration

SVGAnimatedTransformList

SVGAnimatedTransformList: object

Type declaration

SVGAnimationElement

SVGAnimationElement: object

Type declaration

SVGCircleElement

SVGCircleElement: object

Type declaration

  • constructor: function
    • new __type(): SVGCircleElement
    • Returns SVGCircleElement

  • prototype: SVGCircleElement

SVGClipPathElement

SVGClipPathElement: object

Type declaration

  • constructor: function
    • new __type(): SVGClipPathElement
    • Returns SVGClipPathElement

  • prototype: SVGClipPathElement

SVGComponentTransferFunctionElement

SVGComponentTransferFunctionElement: object

Type declaration

SVGCursorElement

SVGCursorElement: object

Type declaration

SVGDefsElement

SVGDefsElement: object

Type declaration

  • constructor: function
    • new __type(): SVGDefsElement
    • Returns SVGDefsElement

  • prototype: SVGDefsElement

SVGDescElement

SVGDescElement: object

Type declaration

  • constructor: function
    • new __type(): SVGDescElement
    • Returns SVGDescElement

  • prototype: SVGDescElement

SVGElement

SVGElement: object

Type declaration

  • constructor: function
    • new __type(): SVGElement
    • Returns SVGElement

  • prototype: SVGElement

SVGElementInstance

SVGElementInstance: object

Type declaration

SVGElementInstanceList

SVGElementInstanceList: object

Type declaration

SVGEllipseElement

SVGEllipseElement: object

Type declaration

  • constructor: function
    • new __type(): SVGEllipseElement
    • Returns SVGEllipseElement

  • prototype: SVGEllipseElement

SVGFEBlendElement

SVGFEBlendElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEBlendElement
    • Returns SVGFEBlendElement

  • SVG_FEBLEND_MODE_COLOR: number
  • SVG_FEBLEND_MODE_COLOR_BURN: number
  • SVG_FEBLEND_MODE_COLOR_DODGE: number
  • SVG_FEBLEND_MODE_DARKEN: number
  • SVG_FEBLEND_MODE_DIFFERENCE: number
  • SVG_FEBLEND_MODE_EXCLUSION: number
  • SVG_FEBLEND_MODE_HARD_LIGHT: number
  • SVG_FEBLEND_MODE_HUE: number
  • SVG_FEBLEND_MODE_LIGHTEN: number
  • SVG_FEBLEND_MODE_LUMINOSITY: number
  • SVG_FEBLEND_MODE_MULTIPLY: number
  • SVG_FEBLEND_MODE_NORMAL: number
  • SVG_FEBLEND_MODE_OVERLAY: number
  • SVG_FEBLEND_MODE_SATURATION: number
  • SVG_FEBLEND_MODE_SCREEN: number
  • SVG_FEBLEND_MODE_SOFT_LIGHT: number
  • SVG_FEBLEND_MODE_UNKNOWN: number
  • prototype: SVGFEBlendElement

SVGFEColorMatrixElement

SVGFEColorMatrixElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEColorMatrixElement
    • Returns SVGFEColorMatrixElement

  • SVG_FECOLORMATRIX_TYPE_HUEROTATE: number
  • SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA: number
  • SVG_FECOLORMATRIX_TYPE_MATRIX: number
  • SVG_FECOLORMATRIX_TYPE_SATURATE: number
  • SVG_FECOLORMATRIX_TYPE_UNKNOWN: number
  • prototype: SVGFEColorMatrixElement

SVGFEComponentTransferElement

SVGFEComponentTransferElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEComponentTransferElement
    • Returns SVGFEComponentTransferElement

  • prototype: SVGFEComponentTransferElement

SVGFECompositeElement

SVGFECompositeElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFECompositeElement
    • Returns SVGFECompositeElement

  • SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: number
  • SVG_FECOMPOSITE_OPERATOR_ATOP: number
  • SVG_FECOMPOSITE_OPERATOR_IN: number
  • SVG_FECOMPOSITE_OPERATOR_OUT: number
  • SVG_FECOMPOSITE_OPERATOR_OVER: number
  • SVG_FECOMPOSITE_OPERATOR_UNKNOWN: number
  • SVG_FECOMPOSITE_OPERATOR_XOR: number
  • prototype: SVGFECompositeElement

SVGFEConvolveMatrixElement

SVGFEConvolveMatrixElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEConvolveMatrixElement
    • Returns SVGFEConvolveMatrixElement

  • SVG_EDGEMODE_DUPLICATE: number
  • SVG_EDGEMODE_NONE: number
  • SVG_EDGEMODE_UNKNOWN: number
  • SVG_EDGEMODE_WRAP: number
  • prototype: SVGFEConvolveMatrixElement

SVGFEDiffuseLightingElement

SVGFEDiffuseLightingElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEDiffuseLightingElement
    • Returns SVGFEDiffuseLightingElement

  • prototype: SVGFEDiffuseLightingElement

SVGFEDisplacementMapElement

SVGFEDisplacementMapElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEDisplacementMapElement
    • Returns SVGFEDisplacementMapElement

  • SVG_CHANNEL_A: number
  • SVG_CHANNEL_B: number
  • SVG_CHANNEL_G: number
  • SVG_CHANNEL_R: number
  • SVG_CHANNEL_UNKNOWN: number
  • prototype: SVGFEDisplacementMapElement

SVGFEDistantLightElement

SVGFEDistantLightElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEDistantLightElement
    • Returns SVGFEDistantLightElement

  • prototype: SVGFEDistantLightElement

SVGFEDropShadowElement

SVGFEDropShadowElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEDropShadowElement
    • Returns SVGFEDropShadowElement

  • prototype: SVGFEDropShadowElement

SVGFEFloodElement

SVGFEFloodElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEFloodElement
    • Returns SVGFEFloodElement

  • prototype: SVGFEFloodElement

SVGFEFuncAElement

SVGFEFuncAElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEFuncAElement
    • Returns SVGFEFuncAElement

  • prototype: SVGFEFuncAElement

SVGFEFuncBElement

SVGFEFuncBElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEFuncBElement
    • Returns SVGFEFuncBElement

  • prototype: SVGFEFuncBElement

SVGFEFuncGElement

SVGFEFuncGElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEFuncGElement
    • Returns SVGFEFuncGElement

  • prototype: SVGFEFuncGElement

SVGFEFuncRElement

SVGFEFuncRElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEFuncRElement
    • Returns SVGFEFuncRElement

  • prototype: SVGFEFuncRElement

SVGFEGaussianBlurElement

SVGFEGaussianBlurElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEGaussianBlurElement
    • Returns SVGFEGaussianBlurElement

  • prototype: SVGFEGaussianBlurElement

SVGFEImageElement

SVGFEImageElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEImageElement
    • Returns SVGFEImageElement

  • prototype: SVGFEImageElement

SVGFEMergeElement

SVGFEMergeElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEMergeElement
    • Returns SVGFEMergeElement

  • prototype: SVGFEMergeElement

SVGFEMergeNodeElement

SVGFEMergeNodeElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEMergeNodeElement
    • Returns SVGFEMergeNodeElement

  • prototype: SVGFEMergeNodeElement

SVGFEMorphologyElement

SVGFEMorphologyElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEMorphologyElement
    • Returns SVGFEMorphologyElement

  • SVG_MORPHOLOGY_OPERATOR_DILATE: number
  • SVG_MORPHOLOGY_OPERATOR_ERODE: number
  • SVG_MORPHOLOGY_OPERATOR_UNKNOWN: number
  • prototype: SVGFEMorphologyElement

SVGFEOffsetElement

SVGFEOffsetElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEOffsetElement
    • Returns SVGFEOffsetElement

  • prototype: SVGFEOffsetElement

SVGFEPointLightElement

SVGFEPointLightElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFEPointLightElement
    • Returns SVGFEPointLightElement

  • prototype: SVGFEPointLightElement

SVGFESpecularLightingElement

SVGFESpecularLightingElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFESpecularLightingElement
    • Returns SVGFESpecularLightingElement

  • prototype: SVGFESpecularLightingElement

SVGFESpotLightElement

SVGFESpotLightElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFESpotLightElement
    • Returns SVGFESpotLightElement

  • prototype: SVGFESpotLightElement

SVGFETileElement

SVGFETileElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFETileElement
    • Returns SVGFETileElement

  • prototype: SVGFETileElement

SVGFETurbulenceElement

SVGFETurbulenceElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFETurbulenceElement
    • Returns SVGFETurbulenceElement

  • SVG_STITCHTYPE_NOSTITCH: number
  • SVG_STITCHTYPE_STITCH: number
  • SVG_STITCHTYPE_UNKNOWN: number
  • SVG_TURBULENCE_TYPE_FRACTALNOISE: number
  • SVG_TURBULENCE_TYPE_TURBULENCE: number
  • SVG_TURBULENCE_TYPE_UNKNOWN: number
  • prototype: SVGFETurbulenceElement

SVGFilterElement

SVGFilterElement: object

Type declaration

  • constructor: function
    • new __type(): SVGFilterElement
    • Returns SVGFilterElement

  • prototype: SVGFilterElement

SVGForeignObjectElement

SVGForeignObjectElement: object

Type declaration

  • constructor: function
    • new __type(): SVGForeignObjectElement
    • Returns SVGForeignObjectElement

  • prototype: SVGForeignObjectElement

SVGGElement

SVGGElement: object

Type declaration

  • constructor: function
    • new __type(): SVGGElement
    • Returns SVGGElement

  • prototype: SVGGElement

SVGGeometryElement

SVGGeometryElement: object

Type declaration

SVGGradientElement

SVGGradientElement: object

Type declaration

  • constructor: function
  • SVG_SPREADMETHOD_PAD: number
  • SVG_SPREADMETHOD_REFLECT: number
  • SVG_SPREADMETHOD_REPEAT: number
  • SVG_SPREADMETHOD_UNKNOWN: number
  • prototype: SVGGradientElement

SVGGraphicsElement

SVGGraphicsElement: object

Type declaration

SVGImageElement

SVGImageElement: object

Type declaration

  • constructor: function
    • new __type(): SVGImageElement
    • Returns SVGImageElement

  • prototype: SVGImageElement

SVGLength

SVGLength: object

Type declaration

  • constructor: function
    • Returns SVGLength

  • SVG_LENGTHTYPE_CM: number
  • SVG_LENGTHTYPE_EMS: number
  • SVG_LENGTHTYPE_EXS: number
  • SVG_LENGTHTYPE_IN: number
  • SVG_LENGTHTYPE_MM: number
  • SVG_LENGTHTYPE_NUMBER: number
  • SVG_LENGTHTYPE_PC: number
  • SVG_LENGTHTYPE_PERCENTAGE: number
  • SVG_LENGTHTYPE_PT: number
  • SVG_LENGTHTYPE_PX: number
  • SVG_LENGTHTYPE_UNKNOWN: number
  • prototype: SVGLength

SVGLengthList

SVGLengthList: object

Type declaration

  • constructor: function
    • new __type(): SVGLengthList
    • Returns SVGLengthList

  • prototype: SVGLengthList

SVGLineElement

SVGLineElement: object

Type declaration

  • constructor: function
    • new __type(): SVGLineElement
    • Returns SVGLineElement

  • prototype: SVGLineElement

SVGLinearGradientElement

SVGLinearGradientElement: object

Type declaration

  • constructor: function
    • new __type(): SVGLinearGradientElement
    • Returns SVGLinearGradientElement

  • prototype: SVGLinearGradientElement

SVGMarkerElement

SVGMarkerElement: object

Type declaration

  • constructor: function
    • new __type(): SVGMarkerElement
    • Returns SVGMarkerElement

  • SVG_MARKERUNITS_STROKEWIDTH: number
  • SVG_MARKERUNITS_UNKNOWN: number
  • SVG_MARKERUNITS_USERSPACEONUSE: number
  • SVG_MARKER_ORIENT_ANGLE: number
  • SVG_MARKER_ORIENT_AUTO: number
  • SVG_MARKER_ORIENT_UNKNOWN: number
  • prototype: SVGMarkerElement

SVGMaskElement

SVGMaskElement: object

Type declaration

  • constructor: function
    • new __type(): SVGMaskElement
    • Returns SVGMaskElement

  • prototype: SVGMaskElement

SVGMatrix

SVGMatrix: object

Type declaration

  • constructor: function
    • new __type(init?: string | number[]): DOMMatrix
    • Parameters

      • Optional init: string | number[]

      Returns DOMMatrix

  • prototype: DOMMatrix
  • fromFloat32Array: function
    • fromFloat32Array(array32: Float32Array): DOMMatrix
    • Parameters

      • array32: Float32Array

      Returns DOMMatrix

  • fromFloat64Array: function
    • fromFloat64Array(array64: Float64Array): DOMMatrix
    • Parameters

      • array64: Float64Array

      Returns DOMMatrix

  • fromMatrix: function
    • Parameters

      Returns DOMMatrix

SVGMetadataElement

SVGMetadataElement: object

Type declaration

  • constructor: function
    • new __type(): SVGMetadataElement
    • Returns SVGMetadataElement

  • prototype: SVGMetadataElement

SVGNumber

SVGNumber: object

Type declaration

  • constructor: function
    • Returns SVGNumber

  • prototype: SVGNumber

SVGNumberList

SVGNumberList: object

Type declaration

  • constructor: function
    • new __type(): SVGNumberList
    • Returns SVGNumberList

  • prototype: SVGNumberList

SVGPathElement

SVGPathElement: object

Type declaration

  • constructor: function
    • new __type(): SVGPathElement
    • Returns SVGPathElement

  • prototype: SVGPathElement

SVGPathSeg

SVGPathSeg: object

Type declaration

  • constructor: function
    • Returns SVGPathSeg

  • PATHSEG_ARC_ABS: number
  • PATHSEG_ARC_REL: number
  • PATHSEG_CLOSEPATH: number
  • PATHSEG_CURVETO_CUBIC_ABS: number
  • PATHSEG_CURVETO_CUBIC_REL: number
  • PATHSEG_CURVETO_CUBIC_SMOOTH_ABS: number
  • PATHSEG_CURVETO_CUBIC_SMOOTH_REL: number
  • PATHSEG_CURVETO_QUADRATIC_ABS: number
  • PATHSEG_CURVETO_QUADRATIC_REL: number
  • PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS: number
  • PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL: number
  • PATHSEG_LINETO_ABS: number
  • PATHSEG_LINETO_HORIZONTAL_ABS: number
  • PATHSEG_LINETO_HORIZONTAL_REL: number
  • PATHSEG_LINETO_REL: number
  • PATHSEG_LINETO_VERTICAL_ABS: number
  • PATHSEG_LINETO_VERTICAL_REL: number
  • PATHSEG_MOVETO_ABS: number
  • PATHSEG_MOVETO_REL: number
  • PATHSEG_UNKNOWN: number
  • prototype: SVGPathSeg

SVGPathSegArcAbs

SVGPathSegArcAbs: object

Type declaration

SVGPathSegArcRel

SVGPathSegArcRel: object

Type declaration

SVGPathSegClosePath

SVGPathSegClosePath: object

Type declaration

SVGPathSegCurvetoCubicAbs

SVGPathSegCurvetoCubicAbs: object

Type declaration

SVGPathSegCurvetoCubicRel

SVGPathSegCurvetoCubicRel: object

Type declaration

SVGPathSegCurvetoCubicSmoothAbs

SVGPathSegCurvetoCubicSmoothAbs: object

Type declaration

SVGPathSegCurvetoCubicSmoothRel

SVGPathSegCurvetoCubicSmoothRel: object

Type declaration

SVGPathSegCurvetoQuadraticAbs

SVGPathSegCurvetoQuadraticAbs: object

Type declaration

SVGPathSegCurvetoQuadraticRel

SVGPathSegCurvetoQuadraticRel: object

Type declaration

SVGPathSegCurvetoQuadraticSmoothAbs

SVGPathSegCurvetoQuadraticSmoothAbs: object

Type declaration

SVGPathSegCurvetoQuadraticSmoothRel

SVGPathSegCurvetoQuadraticSmoothRel: object

Type declaration

SVGPathSegLinetoAbs

SVGPathSegLinetoAbs: object

Type declaration

SVGPathSegLinetoHorizontalAbs

SVGPathSegLinetoHorizontalAbs: object

Type declaration

SVGPathSegLinetoHorizontalRel

SVGPathSegLinetoHorizontalRel: object

Type declaration

SVGPathSegLinetoRel

SVGPathSegLinetoRel: object

Type declaration

SVGPathSegLinetoVerticalAbs

SVGPathSegLinetoVerticalAbs: object

Type declaration

SVGPathSegLinetoVerticalRel

SVGPathSegLinetoVerticalRel: object

Type declaration

SVGPathSegList

SVGPathSegList: object

Type declaration

SVGPathSegMovetoAbs

SVGPathSegMovetoAbs: object

Type declaration

SVGPathSegMovetoRel

SVGPathSegMovetoRel: object

Type declaration

SVGPatternElement

SVGPatternElement: object

Type declaration

  • constructor: function
    • new __type(): SVGPatternElement
    • Returns SVGPatternElement

  • prototype: SVGPatternElement

SVGPoint

SVGPoint: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, z?: undefined | number, w?: undefined | number): DOMPoint
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional z: undefined | number
      • Optional w: undefined | number

      Returns DOMPoint

  • prototype: DOMPoint
  • fromPoint: function
    • Parameters

      Returns DOMPoint

SVGPointList

SVGPointList: object

Type declaration

  • constructor: function
    • new __type(): SVGPointList
    • Returns SVGPointList

  • prototype: SVGPointList

SVGPolygonElement

SVGPolygonElement: object

Type declaration

  • constructor: function
    • new __type(): SVGPolygonElement
    • Returns SVGPolygonElement

  • prototype: SVGPolygonElement

SVGPolylineElement

SVGPolylineElement: object

Type declaration

  • constructor: function
    • new __type(): SVGPolylineElement
    • Returns SVGPolylineElement

  • prototype: SVGPolylineElement

SVGPreserveAspectRatio

SVGPreserveAspectRatio: object

Type declaration

  • constructor: function
  • SVG_MEETORSLICE_MEET: number
  • SVG_MEETORSLICE_SLICE: number
  • SVG_MEETORSLICE_UNKNOWN: number
  • SVG_PRESERVEASPECTRATIO_NONE: number
  • SVG_PRESERVEASPECTRATIO_UNKNOWN: number
  • SVG_PRESERVEASPECTRATIO_XMAXYMAX: number
  • SVG_PRESERVEASPECTRATIO_XMAXYMID: number
  • SVG_PRESERVEASPECTRATIO_XMAXYMIN: number
  • SVG_PRESERVEASPECTRATIO_XMIDYMAX: number
  • SVG_PRESERVEASPECTRATIO_XMIDYMID: number
  • SVG_PRESERVEASPECTRATIO_XMIDYMIN: number
  • SVG_PRESERVEASPECTRATIO_XMINYMAX: number
  • SVG_PRESERVEASPECTRATIO_XMINYMID: number
  • SVG_PRESERVEASPECTRATIO_XMINYMIN: number
  • prototype: SVGPreserveAspectRatio

SVGRadialGradientElement

SVGRadialGradientElement: object

Type declaration

  • constructor: function
    • new __type(): SVGRadialGradientElement
    • Returns SVGRadialGradientElement

  • prototype: SVGRadialGradientElement

SVGRect

SVGRect: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, width?: undefined | number, height?: undefined | number): DOMRect
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns DOMRect

  • prototype: DOMRect
  • fromRect: function
    • Parameters

      Returns DOMRect

SVGRectElement

SVGRectElement: object

Type declaration

  • constructor: function
    • new __type(): SVGRectElement
    • Returns SVGRectElement

  • prototype: SVGRectElement

SVGSVGElement

SVGSVGElement: object

Type declaration

  • constructor: function
    • new __type(): SVGSVGElement
    • Returns SVGSVGElement

  • SVG_ZOOMANDPAN_DISABLE: number
  • SVG_ZOOMANDPAN_MAGNIFY: number
  • SVG_ZOOMANDPAN_UNKNOWN: number
  • prototype: SVGSVGElement

SVGScriptElement

SVGScriptElement: object

Type declaration

SVGStopElement

SVGStopElement: object

Type declaration

  • constructor: function
    • new __type(): SVGStopElement
    • Returns SVGStopElement

  • prototype: SVGStopElement

SVGStringList

SVGStringList: object

Type declaration

  • constructor: function
    • new __type(): SVGStringList
    • Returns SVGStringList

  • prototype: SVGStringList

SVGStyleElement

SVGStyleElement: object

Type declaration

SVGSwitchElement

SVGSwitchElement: object

Type declaration

  • constructor: function
    • new __type(): SVGSwitchElement
    • Returns SVGSwitchElement

  • prototype: SVGSwitchElement

SVGSymbolElement

SVGSymbolElement: object

Type declaration

  • constructor: function
    • new __type(): SVGSymbolElement
    • Returns SVGSymbolElement

  • prototype: SVGSymbolElement

SVGTSpanElement

SVGTSpanElement: object

Type declaration

  • constructor: function
    • new __type(): SVGTSpanElement
    • Returns SVGTSpanElement

  • prototype: SVGTSpanElement

SVGTextContentElement

SVGTextContentElement: object

Type declaration

SVGTextElement

SVGTextElement: object

Type declaration

  • constructor: function
    • new __type(): SVGTextElement
    • Returns SVGTextElement

  • prototype: SVGTextElement

SVGTextPathElement

SVGTextPathElement: object

Type declaration

  • constructor: function
    • new __type(): SVGTextPathElement
    • Returns SVGTextPathElement

  • TEXTPATH_METHODTYPE_ALIGN: number
  • TEXTPATH_METHODTYPE_STRETCH: number
  • TEXTPATH_METHODTYPE_UNKNOWN: number
  • TEXTPATH_SPACINGTYPE_AUTO: number
  • TEXTPATH_SPACINGTYPE_EXACT: number
  • TEXTPATH_SPACINGTYPE_UNKNOWN: number
  • prototype: SVGTextPathElement

SVGTextPositioningElement

SVGTextPositioningElement: object

Type declaration

SVGTitleElement

SVGTitleElement: object

Type declaration

SVGTransform

SVGTransform: object

Type declaration

  • constructor: function
    • Returns SVGTransform

  • SVG_TRANSFORM_MATRIX: number
  • SVG_TRANSFORM_ROTATE: number
  • SVG_TRANSFORM_SCALE: number
  • SVG_TRANSFORM_SKEWX: number
  • SVG_TRANSFORM_SKEWY: number
  • SVG_TRANSFORM_TRANSLATE: number
  • SVG_TRANSFORM_UNKNOWN: number
  • prototype: SVGTransform

SVGTransformList

SVGTransformList: object

Type declaration

SVGUnitTypes

SVGUnitTypes: object

Type declaration

  • constructor: function
    • Returns SVGUnitTypes

  • SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number
  • SVG_UNIT_TYPE_UNKNOWN: number
  • SVG_UNIT_TYPE_USERSPACEONUSE: number
  • prototype: SVGUnitTypes

SVGUseElement

SVGUseElement: object

Type declaration

  • constructor: function
    • new __type(): SVGUseElement
    • Returns SVGUseElement

  • prototype: SVGUseElement

SVGViewElement

SVGViewElement: object

Type declaration

  • constructor: function
    • new __type(): SVGViewElement
    • Returns SVGViewElement

  • SVG_ZOOMANDPAN_DISABLE: number
  • SVG_ZOOMANDPAN_MAGNIFY: number
  • SVG_ZOOMANDPAN_UNKNOWN: number
  • prototype: SVGViewElement

SVGZoomAndPan

SVGZoomAndPan: object

Type declaration

  • SVG_ZOOMANDPAN_DISABLE: number
  • SVG_ZOOMANDPAN_MAGNIFY: number
  • SVG_ZOOMANDPAN_UNKNOWN: number

SVGZoomEvent

SVGZoomEvent: object

Type declaration

ScopedCredential

ScopedCredential: object

Type declaration

ScopedCredentialInfo

ScopedCredentialInfo: object

Type declaration

Screen

Screen: object

Type declaration

  • constructor: function
    • Returns Screen

  • prototype: Screen

ScreenOrientation

ScreenOrientation: object

Type declaration

ScriptProcessorNode

ScriptProcessorNode: object

Type declaration

SecurityPolicyViolationEvent

SecurityPolicyViolationEvent: object

Type declaration

Selection

Selection: object

Type declaration

  • constructor: function
    • Returns Selection

  • prototype: Selection

ServiceUIFrameContext

ServiceUIFrameContext: ServiceUIFrameContext

ServiceWorker

ServiceWorker: object

Type declaration

ServiceWorkerContainer

ServiceWorkerContainer: object

Type declaration

ServiceWorkerMessageEvent

ServiceWorkerMessageEvent: object

Type declaration

ServiceWorkerRegistration

ServiceWorkerRegistration: object

Type declaration

ShadowRoot

ShadowRoot: object

Type declaration

SourceBuffer

SourceBuffer: object

Type declaration

SourceBufferList

SourceBufferList: object

Type declaration

  • constructor: function
    • new __type(): SourceBufferList
    • Returns SourceBufferList

  • prototype: SourceBufferList

SpeechGrammar

SpeechGrammar: object

Type declaration

SpeechGrammarList

SpeechGrammarList: object

Type declaration

  • constructor: function
    • new __type(): SpeechGrammarList
    • Returns SpeechGrammarList

  • prototype: SpeechGrammarList

SpeechRecognition

SpeechRecognition: object

Type declaration

SpeechRecognitionAlternative

SpeechRecognitionAlternative: object

Type declaration

SpeechRecognitionError

SpeechRecognitionError: object

Type declaration

SpeechRecognitionEvent

SpeechRecognitionEvent: object

Type declaration

SpeechRecognitionResult

SpeechRecognitionResult: object

Type declaration

  • constructor: function
    • new __type(): SpeechRecognitionResult
    • Returns SpeechRecognitionResult

  • prototype: SpeechRecognitionResult

SpeechRecognitionResultList

SpeechRecognitionResultList: object

Type declaration

  • constructor: function
    • new __type(): SpeechRecognitionResultList
    • Returns SpeechRecognitionResultList

  • prototype: SpeechRecognitionResultList

SpeechSynthesis

SpeechSynthesis: object

Type declaration

SpeechSynthesisErrorEvent

SpeechSynthesisErrorEvent: object

Type declaration

SpeechSynthesisEvent

SpeechSynthesisEvent: object

Type declaration

SpeechSynthesisUtterance

SpeechSynthesisUtterance: object

Type declaration

SpeechSynthesisVoice

SpeechSynthesisVoice: object

Type declaration

StaticRange

StaticRange: object

Type declaration

StereoPannerNode

StereoPannerNode: object

Type declaration

Storage

Storage: object

Type declaration

  • constructor: function
    • Returns Storage

  • prototype: Storage

StorageEvent

StorageEvent: object

Type declaration

StorageManager

StorageManager: object

Type declaration

StyleMedia

StyleMedia: object

Type declaration

  • constructor: function
    • new __type(): StyleMedia
    • Returns StyleMedia

  • prototype: StyleMedia

StyleSheet

StyleSheet: object

Type declaration

StyleSheetList

StyleSheetList: object

Type declaration

  • constructor: function
    • new __type(): StyleSheetList
    • Returns StyleSheetList

  • prototype: StyleSheetList

SubtleCrypto

SubtleCrypto: object

Type declaration

SyncManager

SyncManager: object

Type declaration

Text

Text: object

Type declaration

  • constructor: function
    • new __type(data?: undefined | string): Text
    • Parameters

      • Optional data: undefined | string

      Returns Text

  • prototype: Text

TextDecoder

TextDecoder: object

Type declaration

TextDecoderStream

TextDecoderStream: object

Type declaration

TextEncoder

TextEncoder: object

Type declaration

TextEncoderStream

TextEncoderStream: object

Type declaration

TextEvent

TextEvent: object

Type declaration

  • constructor: function
    • Returns TextEvent

  • DOM_INPUT_METHOD_DROP: number
  • DOM_INPUT_METHOD_HANDWRITING: number
  • DOM_INPUT_METHOD_IME: number
  • DOM_INPUT_METHOD_KEYBOARD: number
  • DOM_INPUT_METHOD_MULTIMODAL: number
  • DOM_INPUT_METHOD_OPTION: number
  • DOM_INPUT_METHOD_PASTE: number
  • DOM_INPUT_METHOD_SCRIPT: number
  • DOM_INPUT_METHOD_UNKNOWN: number
  • DOM_INPUT_METHOD_VOICE: number
  • prototype: TextEvent

TextMetrics

TextMetrics: object

Type declaration

TextTrack

TextTrack: object

Type declaration

  • constructor: function
    • Returns TextTrack

  • DISABLED: number
  • ERROR: number
  • HIDDEN: number
  • LOADED: number
  • LOADING: number
  • NONE: number
  • SHOWING: number
  • prototype: TextTrack

TextTrackCue

TextTrackCue: object

Type declaration

  • constructor: function
    • new __type(startTime: number, endTime: number, text: string): TextTrackCue
    • Parameters

      • startTime: number
      • endTime: number
      • text: string

      Returns TextTrackCue

  • prototype: TextTrackCue

TextTrackCueList

TextTrackCueList: object

Type declaration

  • constructor: function
    • new __type(): TextTrackCueList
    • Returns TextTrackCueList

  • prototype: TextTrackCueList

TextTrackList

TextTrackList: object

Type declaration

  • constructor: function
    • new __type(): TextTrackList
    • Returns TextTrackList

  • prototype: TextTrackList

TimeRanges

TimeRanges: object

Type declaration

Touch

Touch: object

Type declaration

  • constructor: function
    • Parameters

      Returns Touch

  • prototype: Touch

TouchEvent

TouchEvent: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: TouchEventInit): TouchEvent
    • Parameters

      Returns TouchEvent

  • prototype: TouchEvent

TouchList

TouchList: object

Type declaration

  • constructor: function
    • new __type(): TouchList
    • Returns TouchList

  • prototype: TouchList

TrackEvent

TrackEvent: object

Type declaration

TransformStream

TransformStream: object

Type declaration

TransitionEvent

TransitionEvent: object

Type declaration

  • constructor: function
    • Parameters

      Returns TransitionEvent

  • prototype: TransitionEvent

TreeWalker

TreeWalker: object

Type declaration

UIEvent

UIEvent: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: UIEventInit): UIEvent
    • Parameters

      Returns UIEvent

  • prototype: UIEvent

URL

URL: object

Type declaration

  • constructor: function
    • new __type(url: string, base?: string | URL): URL
    • Parameters

      • url: string
      • Optional base: string | URL

      Returns URL

  • prototype: URL
  • createObjectURL: function
    • createObjectURL(object: any): string
    • Parameters

      • object: any

      Returns string

  • revokeObjectURL: function
    • revokeObjectURL(url: string): void
    • Parameters

      • url: string

      Returns void

URLSearchParams

URLSearchParams: object

Type declaration

  • constructor: function
    • new __type(init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams
    • Parameters

      • Optional init: string[][] | Record<string, string> | string | URLSearchParams

      Returns URLSearchParams

  • prototype: URLSearchParams

VRDisplay

VRDisplay: object

Type declaration

  • constructor: function
    • new __type(): VRDisplay
    • Returns VRDisplay

  • prototype: VRDisplay

VRDisplayCapabilities

VRDisplayCapabilities: object

Type declaration

VRDisplayEvent

VRDisplayEvent: object

Type declaration

VREyeParameters

VREyeParameters: object

Type declaration

VRFieldOfView

VRFieldOfView: object

Type declaration

VRFrameData

VRFrameData: object

Type declaration

VRPose

VRPose: object

Type declaration

  • constructor: function
    • Returns VRPose

  • prototype: VRPose

VTTCue

VTTCue: object

Type declaration

  • constructor: function
    • new __type(startTime: number, endTime: number, text: string): VTTCue
    • Parameters

      • startTime: number
      • endTime: number
      • text: string

      Returns VTTCue

  • prototype: VTTCue

VTTRegion

VTTRegion: object

Type declaration

  • constructor: function
    • Returns VTTRegion

  • prototype: VTTRegion

ValidityState

ValidityState: object

Type declaration

VideoPlaybackQuality

VideoPlaybackQuality: object

Type declaration

VideoTrack

VideoTrack: object

Type declaration

VideoTrackList

VideoTrackList: object

Type declaration

  • constructor: function
    • new __type(): VideoTrackList
    • Returns VideoTrackList

  • prototype: VideoTrackList

WaveShaperNode

WaveShaperNode: object

Type declaration

WebAuthentication

WebAuthentication: object

Type declaration

  • constructor: function
    • new __type(): WebAuthentication
    • Returns WebAuthentication

  • prototype: WebAuthentication

WebAuthnAssertion

WebAuthnAssertion: object

Type declaration

WebGL2RenderingContext

WebGL2RenderingContext: object

Type declaration

WebGLActiveInfo

WebGLActiveInfo: object

Type declaration

WebGLBuffer

WebGLBuffer: object

Type declaration

WebGLContextEvent

WebGLContextEvent: object

Type declaration

WebGLFramebuffer

WebGLFramebuffer: object

Type declaration

WebGLObject

WebGLObject: object

Type declaration

WebGLProgram

WebGLProgram: object

Type declaration

WebGLQuery

WebGLQuery: object

Type declaration

WebGLRenderbuffer

WebGLRenderbuffer: object

Type declaration

WebGLRenderingContext

WebGLRenderingContext: object

Type declaration

WebGLSampler

WebGLSampler: object

Type declaration

WebGLShader

WebGLShader: object

Type declaration

WebGLShaderPrecisionFormat

WebGLShaderPrecisionFormat: object

Type declaration

WebGLSync

WebGLSync: object

Type declaration

  • constructor: function
    • Returns WebGLSync

  • prototype: WebGLSync

WebGLTexture

WebGLTexture: object

Type declaration

WebGLTransformFeedback

WebGLTransformFeedback: object

Type declaration

WebGLUniformLocation

WebGLUniformLocation: object

Type declaration

WebGLVertexArrayObject

WebGLVertexArrayObject: object

Type declaration

WebKitCSSMatrix

WebKitCSSMatrix: object

Type declaration

  • constructor: function
    • new __type(init?: string | number[]): DOMMatrix
    • Parameters

      • Optional init: string | number[]

      Returns DOMMatrix

  • prototype: DOMMatrix
  • fromFloat32Array: function
    • fromFloat32Array(array32: Float32Array): DOMMatrix
    • Parameters

      • array32: Float32Array

      Returns DOMMatrix

  • fromFloat64Array: function
    • fromFloat64Array(array64: Float64Array): DOMMatrix
    • Parameters

      • array64: Float64Array

      Returns DOMMatrix

  • fromMatrix: function
    • Parameters

      Returns DOMMatrix

WebKitPoint

WebKitPoint: object

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number): WebKitPoint
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number

      Returns WebKitPoint

  • prototype: WebKitPoint

WebSocket

WebSocket: object

Type declaration

  • constructor: function
    • new __type(url: string, protocols?: string | string[]): WebSocket
    • Parameters

      • url: string
      • Optional protocols: string | string[]

      Returns WebSocket

  • CLOSED: number
  • CLOSING: number
  • CONNECTING: number
  • OPEN: number
  • prototype: WebSocket

WheelEvent

WheelEvent: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict?: WheelEventInit): WheelEvent
    • Parameters

      Returns WheelEvent

  • DOM_DELTA_LINE: number
  • DOM_DELTA_PAGE: number
  • DOM_DELTA_PIXEL: number
  • prototype: WheelEvent

Window

Window: object

Type declaration

  • constructor: function
    • Returns Window

  • prototype: Window

Worker

Worker: object

Type declaration

  • constructor: function
    • Parameters

      Returns Worker

  • prototype: Worker

Worklet

Worklet: object

Type declaration

  • constructor: function
    • Returns Worklet

  • prototype: Worklet

WritableStream

WritableStream: object

Type declaration

XMLDocument

XMLDocument: object

Type declaration

XMLHttpRequest

XMLHttpRequest: object

Type declaration

  • constructor: function
    • Returns XMLHttpRequest

  • DONE: number
  • HEADERS_RECEIVED: number
  • LOADING: number
  • OPENED: number
  • UNSENT: number
  • prototype: XMLHttpRequest

XMLHttpRequestEventTarget

XMLHttpRequestEventTarget: object

Type declaration

XMLHttpRequestUpload

XMLHttpRequestUpload: object

Type declaration

XMLSerializer

XMLSerializer: object

Type declaration

XPathEvaluator

XPathEvaluator: object

Type declaration

XPathExpression

XPathExpression: object

Type declaration

XPathResult

XPathResult: object

Type declaration

  • constructor: function
    • Returns XPathResult

  • ANY_TYPE: number
  • ANY_UNORDERED_NODE_TYPE: number
  • BOOLEAN_TYPE: number
  • FIRST_ORDERED_NODE_TYPE: number
  • NUMBER_TYPE: number
  • ORDERED_NODE_ITERATOR_TYPE: number
  • ORDERED_NODE_SNAPSHOT_TYPE: number
  • STRING_TYPE: number
  • UNORDERED_NODE_ITERATOR_TYPE: number
  • UNORDERED_NODE_SNAPSHOT_TYPE: number
  • prototype: XPathResult

XSLTProcessor

XSLTProcessor: object

Type declaration

applicationCache

applicationCache: ApplicationCache

caches

caches: CacheStorage

clientInformation

clientInformation: Navigator

closed

closed: boolean

console

console: Console

crypto

crypto: Crypto

customElements

customElements: CustomElementRegistry

defaultStatus

defaultStatus: string

devicePixelRatio

devicePixelRatio: number

doNotTrack

doNotTrack: string

document

document: Document

event

event: Event | undefined
deprecated

external

external: External
deprecated

frameElement

frameElement: Element

frames

frames: Window

history

history: History

indexedDB

indexedDB: IDBFactory

innerHeight

innerHeight: number

innerWidth

innerWidth: number

isSecureContext

isSecureContext: boolean

length

length: number

localStorage

localStorage: Storage

location

location: Location

locationbar

locationbar: BarProp

menubar

menubar: BarProp

msContentScript

msContentScript: ExtensionScriptApis

Const name

name: never

navigator

navigator: Navigator

offscreenBuffering

offscreenBuffering: string | boolean

onabort

onabort: function | null

Fires when the user aborts the download.

param

The event.

onafterprint

onafterprint: function | null

onanimationcancel

onanimationcancel: function | null

onanimationend

onanimationend: function | null

onanimationiteration

onanimationiteration: function | null

onanimationstart

onanimationstart: function | null

onauxclick

onauxclick: function | null

onbeforeprint

onbeforeprint: function | null

onbeforeunload

onbeforeunload: function | null

onblur

onblur: function | null

Fires when the object loses the input focus.

param

The focus event.

oncancel

oncancel: function | null

oncanplay

oncanplay: function | null

Occurs when playback is possible, but would require further buffering.

param

The event.

oncanplaythrough

oncanplaythrough: function | null

onchange

onchange: function | null

Fires when the contents of the object or selection have changed.

param

The event.

onclick

onclick: function | null

Fires when the user clicks the left mouse button on the object

param

The mouse event.

onclose

onclose: function | null

oncompassneedscalibration

oncompassneedscalibration: function | null

oncontextmenu

oncontextmenu: function | null

Fires when the user clicks the right mouse button in the client area, opening the context menu.

param

The mouse event.

oncuechange

oncuechange: function | null

ondblclick

ondblclick: function | null

Fires when the user double-clicks the object.

param

The mouse event.

ondevicelight

ondevicelight: function | null

ondevicemotion

ondevicemotion: function | null

ondeviceorientation

ondeviceorientation: function | null

ondeviceorientationabsolute

ondeviceorientationabsolute: function | null

ondrag

ondrag: function | null

Fires on the source object continuously during a drag operation.

param

The event.

ondragend

ondragend: function | null

Fires on the source object when the user releases the mouse at the close of a drag operation.

param

The event.

ondragenter

ondragenter: function | null

Fires on the target element when the user drags the object to a valid drop target.

param

The drag event.

ondragexit

ondragexit: function | null

ondragleave

ondragleave: function | null

Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

param

The drag event.

ondragover

ondragover: function | null

Fires on the target element continuously while the user drags the object over a valid drop target.

param

The event.

ondragstart

ondragstart: function | null

Fires on the source object when the user starts to drag a text selection or selected object.

param

The event.

ondrop

ondrop: function | null

ondurationchange

ondurationchange: function | null

Occurs when the duration attribute is updated.

param

The event.

onemptied

onemptied: function | null

Occurs when the media element is reset to its initial state.

param

The event.

onended

onended: function | null

Occurs when the end of playback is reached.

param

The event

onerror

Fires when an error occurs during object loading.

param

The event.

onfocus

onfocus: function | null

Fires when the object receives focus.

param

The event.

ongotpointercapture

ongotpointercapture: function | null

onhashchange

onhashchange: function | null

oninput

oninput: function | null

oninvalid

oninvalid: function | null

onkeydown

onkeydown: function | null

Fires when the user presses a key.

param

The keyboard event

onkeypress

onkeypress: function | null

Fires when the user presses an alphanumeric key.

param

The event.

onkeyup

onkeyup: function | null

Fires when the user releases a key.

param

The keyboard event

onlanguagechange

onlanguagechange: function | null

onload

onload: function | null

Fires immediately after the browser loads the object.

param

The event.

onloadeddata

onloadeddata: function | null

Occurs when media data is loaded at the current playback position.

param

The event.

onloadedmetadata

onloadedmetadata: function | null

Occurs when the duration and dimensions of the media have been determined.

param

The event.

onloadend

onloadend: function | null

onloadstart

onloadstart: function | null

Occurs when Internet Explorer begins looking for media data.

param

The event.

onlostpointercapture

onlostpointercapture: function | null

onmessage

onmessage: function | null

onmessageerror

onmessageerror: function | null

onmousedown

onmousedown: function | null

Fires when the user clicks the object with either mouse button.

param

The mouse event.

onmouseenter

onmouseenter: function | null

onmouseleave

onmouseleave: function | null

onmousemove

onmousemove: function | null

Fires when the user moves the mouse over the object.

param

The mouse event.

onmouseout

onmouseout: function | null

Fires when the user moves the mouse pointer outside the boundaries of the object.

param

The mouse event.

onmouseover

onmouseover: function | null

Fires when the user moves the mouse pointer into the object.

param

The mouse event.

onmouseup

onmouseup: function | null

Fires when the user releases a mouse button while the mouse is over the object.

param

The mouse event.

onmousewheel

onmousewheel: function | null

onmsgesturechange

onmsgesturechange: function | null

onmsgesturedoubletap

onmsgesturedoubletap: function | null

onmsgestureend

onmsgestureend: function | null

onmsgesturehold

onmsgesturehold: function | null

onmsgesturestart

onmsgesturestart: function | null

onmsgesturetap

onmsgesturetap: function | null

onmsinertiastart

onmsinertiastart: function | null

onmspointercancel

onmspointercancel: function | null

onmspointerdown

onmspointerdown: function | null

onmspointerenter

onmspointerenter: function | null

onmspointerleave

onmspointerleave: function | null

onmspointermove

onmspointermove: function | null

onmspointerout

onmspointerout: function | null

onmspointerover

onmspointerover: function | null

onmspointerup

onmspointerup: function | null

onoffline

onoffline: function | null

ononline

ononline: function | null

onorientationchange

onorientationchange: function | null
deprecated

onpagehide

onpagehide: function | null

onpageshow

onpageshow: function | null

onpause

onpause: function | null

Occurs when playback is paused.

param

The event.

onplay

onplay: function | null

Occurs when the play method is requested.

param

The event.

onplaying

onplaying: function | null

Occurs when the audio or video has started playing.

param

The event.

onpointercancel

onpointercancel: function | null

onpointerdown

onpointerdown: function | null

onpointerenter

onpointerenter: function | null

onpointerleave

onpointerleave: function | null

onpointermove

onpointermove: function | null

onpointerout

onpointerout: function | null

onpointerover

onpointerover: function | null

onpointerup

onpointerup: function | null

onpopstate

onpopstate: function | null

onprogress

onprogress: function | null

Occurs to indicate progress while downloading media data.

param

The event.

onratechange

onratechange: function | null

Occurs when the playback rate is increased or decreased.

param

The event.

onreadystatechange

onreadystatechange: function | null

onrejectionhandled

onrejectionhandled: function | null

onreset

onreset: function | null

Fires when the user resets a form.

param

The event.

onresize

onresize: function | null

onscroll

onscroll: function | null

Fires when the user repositions the scroll box in the scroll bar on the object.

param

The event.

onsecuritypolicyviolation

onsecuritypolicyviolation: function | null

onseeked

onseeked: function | null

Occurs when the seek operation ends.

param

The event.

onseeking

onseeking: function | null

Occurs when the current playback position is moved.

param

The event.

onselect

onselect: function | null

Fires when the current selection changes.

param

The event.

onselectionchange

onselectionchange: function | null

onselectstart

onselectstart: function | null

onstalled

onstalled: function | null

Occurs when the download has stopped.

param

The event.

onstorage

onstorage: function | null

onsubmit

onsubmit: function | null

onsuspend

onsuspend: function | null

Occurs if the load operation has been intentionally halted.

param

The event.

ontimeupdate

ontimeupdate: function | null

Occurs to indicate the current playback position.

param

The event.

ontoggle

ontoggle: function | null

ontouchcancel

ontouchcancel: function | null

ontouchend

ontouchend: function | null

ontouchmove

ontouchmove: function | null

ontouchstart

ontouchstart: function | null

ontransitioncancel

ontransitioncancel: function | null

ontransitionend

ontransitionend: function | null

ontransitionrun

ontransitionrun: function | null

ontransitionstart

ontransitionstart: function | null

onunhandledrejection

onunhandledrejection: function | null

onunload

onunload: function | null

onvolumechange

onvolumechange: function | null

Occurs when the volume is changed, or playback is muted or unmuted.

param

The event.

onvrdisplayactivate

onvrdisplayactivate: function | null

onvrdisplayblur

onvrdisplayblur: function | null

onvrdisplayconnect

onvrdisplayconnect: function | null

onvrdisplaydeactivate

onvrdisplaydeactivate: function | null

onvrdisplaydisconnect

onvrdisplaydisconnect: function | null

onvrdisplayfocus

onvrdisplayfocus: function | null

onvrdisplaypointerrestricted

onvrdisplaypointerrestricted: function | null

onvrdisplaypointerunrestricted

onvrdisplaypointerunrestricted: function | null

onvrdisplaypresentchange

onvrdisplaypresentchange: function | null

onwaiting

onwaiting: function | null

Occurs when playback stops because the next frame of a video resource is not available.

param

The event.

onwheel

onwheel: function | null

opener

opener: any

orientation

orientation: string | number
deprecated

origin

origin: string

outerHeight

outerHeight: number

outerWidth

outerWidth: number

pageXOffset

pageXOffset: number

pageYOffset

pageYOffset: number

parent

parent: Window

performance

performance: Performance

personalbar

personalbar: BarProp

screen

screen: Screen

screenLeft

screenLeft: number

screenTop

screenTop: number

screenX

screenX: number

screenY

screenY: number

scrollX

scrollX: number

scrollY

scrollY: number

scrollbars

scrollbars: BarProp

self

self: Window & globalThis

sessionStorage

sessionStorage: Storage

speechSynthesis

speechSynthesis: SpeechSynthesis

status

status: string

statusbar

statusbar: BarProp

styleMedia

styleMedia: StyleMedia

toolbar

toolbar: BarProp

top

top: Window

webkitRTCPeerConnection

webkitRTCPeerConnection: object

Type declaration

webkitURL

webkitURL: object

Type declaration

  • constructor: function
    • new __type(url: string, base?: string | URL): URL
    • Parameters

      • url: string
      • Optional base: string | URL

      Returns URL

  • prototype: URL
  • createObjectURL: function
    • createObjectURL(object: any): string
    • Parameters

      • object: any

      Returns string

  • revokeObjectURL: function
    • revokeObjectURL(url: string): void
    • Parameters

      • url: string

      Returns void

window

window: Window & globalThis

Functions

addEventListener

  • Type parameters

    • K: keyof WindowEventMap

    Parameters

    • type: K
    • listener: function
        • (this: Window, ev: WindowEventMap[K]): any
        • Parameters

          • this: Window
          • ev: WindowEventMap[K]

          Returns any

    • Optional options: boolean | AddEventListenerOptions

    Returns void

  • Parameters

    Returns void

alert

  • alert(message?: any): void
  • Parameters

    • Optional message: any

    Returns void

atob

  • atob(encodedString: string): string
  • atob(data: string): string
  • Parameters

    • encodedString: string

    Returns string

  • Parameters

    • data: string

    Returns string

blur

  • blur(): void
  • Returns void

btoa

  • btoa(rawString: string): string
  • btoa(data: string): string
  • Parameters

    • rawString: string

    Returns string

  • Parameters

    • data: string

    Returns string

cancelAnimationFrame

  • cancelAnimationFrame(handle: number): void
  • Parameters

    • handle: number

    Returns void

captureEvents

  • captureEvents(): void
  • deprecated

    Returns void

clearInterval

  • clearInterval(handle?: undefined | number): void
  • Parameters

    • Optional handle: undefined | number

    Returns void

clearTimeout

  • clearTimeout(handle?: undefined | number): void
  • Parameters

    • Optional handle: undefined | number

    Returns void

close

  • close(): void
  • Returns void

confirm

  • confirm(message?: undefined | string): boolean
  • Parameters

    • Optional message: undefined | string

    Returns boolean

createImageBitmap

  • Parameters

    Returns Promise<ImageBitmap>

  • Parameters

    Returns Promise<ImageBitmap>

departFocus

dispatchEvent

  • dispatchEvent(event: Event): boolean
  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    • event: Event

    Returns boolean

fetch

focus

  • focus(): void
  • Returns void

getComputedStyle

  • getComputedStyle(elt: Element, pseudoElt?: string | null): CSSStyleDeclaration
  • Parameters

    • elt: Element
    • Optional pseudoElt: string | null

    Returns CSSStyleDeclaration

getMatchedCSSRules

  • getMatchedCSSRules(elt: Element, pseudoElt?: string | null): CSSRuleList
  • Parameters

    • elt: Element
    • Optional pseudoElt: string | null

    Returns CSSRuleList

getSelection

  • Returns Selection | null

matchMedia

  • Parameters

    • query: string

    Returns MediaQueryList

moveBy

  • moveBy(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

moveTo

  • moveTo(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

msWriteProfilerMark

  • msWriteProfilerMark(profilerMarkName: string): void
  • Parameters

    • profilerMarkName: string

    Returns void

open

  • open(url?: undefined | string, target?: undefined | string, features?: undefined | string, replace?: undefined | false | true): Window | null
  • Parameters

    • Optional url: undefined | string
    • Optional target: undefined | string
    • Optional features: undefined | string
    • Optional replace: undefined | false | true

    Returns Window | null

postMessage

  • postMessage(message: any, targetOrigin: string, transfer?: Transferable[]): void
  • Parameters

    • message: any
    • targetOrigin: string
    • Optional transfer: Transferable[]

    Returns void

print

  • print(): void
  • Returns void

prompt

  • prompt(message?: undefined | string, _default?: undefined | string): string | null
  • Parameters

    • Optional message: undefined | string
    • Optional _default: undefined | string

    Returns string | null

queueMicrotask

  • queueMicrotask(callback: Function): void
  • Parameters

    • callback: Function

    Returns void

releaseEvents

  • releaseEvents(): void
  • deprecated

    Returns void

removeEventListener

  • Type parameters

    • K: keyof WindowEventMap

    Parameters

    • type: K
    • listener: function
        • (this: Window, ev: WindowEventMap[K]): any
        • Parameters

          • this: Window
          • ev: WindowEventMap[K]

          Returns any

    • Optional options: boolean | EventListenerOptions

    Returns void

  • Parameters

    Returns void

requestAnimationFrame

  • Parameters

    Returns number

resizeBy

  • resizeBy(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

resizeTo

  • resizeTo(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

scroll

  • scroll(options?: ScrollToOptions): void
  • scroll(x: number, y: number): void
  • Parameters

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

scrollBy

  • scrollBy(options?: ScrollToOptions): void
  • scrollBy(x: number, y: number): void
  • Parameters

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

scrollTo

  • scrollTo(options?: ScrollToOptions): void
  • scrollTo(x: number, y: number): void
  • Parameters

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

setInterval

  • setInterval(handler: TimerHandler, timeout?: undefined | number, ...arguments: any[]): number
  • Parameters

    • handler: TimerHandler
    • Optional timeout: undefined | number
    • Rest ...arguments: any[]

    Returns number

setTimeout

  • setTimeout(handler: TimerHandler, timeout?: undefined | number, ...arguments: any[]): number
  • Parameters

    • handler: TimerHandler
    • Optional timeout: undefined | number
    • Rest ...arguments: any[]

    Returns number

stop

  • stop(): void
  • Returns void

toString

  • toString(): string
  • Returns string

webkitCancelAnimationFrame

  • webkitCancelAnimationFrame(handle: number): void
  • Parameters

    • handle: number

    Returns void

webkitConvertPointFromNodeToPage

webkitConvertPointFromPageToNode

webkitRequestAnimationFrame

  • Parameters

    Returns number

Generated using TypeDoc