Skip to content

@ralphschuler.webgl shader factory.<internal>

github-actions edited this page Nov 26, 2023 · 1 revision

Module: <internal>

Table of contents

Interfaces

Type Aliases

Variables

Functions

Type Aliases

AlgorithmIdentifier

Ƭ AlgorithmIdentifier: Algorithm | string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27958


AlphaOption

Ƭ AlphaOption: "discard" | "keep"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28030


AnimationPlayState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28031


AnimationReplaceState

Ƭ AnimationReplaceState: "active" | "persisted" | "removed"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28032


AppendMode

Ƭ AppendMode: "segments" | "sequence"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28033


ArrayBufferLike

Ƭ ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1707


AttestationConveyancePreference

Ƭ AttestationConveyancePreference: "direct" | "enterprise" | "indirect" | "none"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28034


AuthenticatorAttachment

Ƭ AuthenticatorAttachment: "cross-platform" | "platform"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28037


AuthenticatorTransport

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28038


AutoFill

Ƭ AutoFill: AutoFillBase | `${OptionalPrefixToken<AutoFillSection>}${OptionalPrefixToken<AutoFillAddressKind>}${AutoFillField}${OptionalPostfixToken<AutoFillCredentialField>}`

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27960


AutoFillAddressKind

Ƭ AutoFillAddressKind: "billing" | "shipping"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28039


AutoFillBase

Ƭ AutoFillBase: "" | "off" | "on"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28040


AutoFillContactField

Ƭ AutoFillContactField: "email" | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28041


AutoFillContactKind

Ƭ AutoFillContactKind: "home" | "mobile" | "work"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28042


AutoFillCredentialField

Ƭ AutoFillCredentialField: "webauthn"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28043


AutoFillField

Ƭ AutoFillField: AutoFillNormalField | `${OptionalPrefixToken<AutoFillContactKind>}${AutoFillContactField}`

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27961


AutoFillNormalField

Ƭ AutoFillNormalField: "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "name" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28044


AutoFillSection

Ƭ AutoFillSection: `section-${string}`

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27962


BinaryData

Ƭ BinaryData: ArrayBuffer | ArrayBufferView

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27964


BinaryType

Ƭ BinaryType: "arraybuffer" | "blob"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28048


BlobPart

Ƭ BlobPart: BufferSource | Blob | string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27965


BodyInit

Ƭ BodyInit: ReadableStream | XMLHttpRequestBodyInit

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27966


BufferSource

Ƭ BufferSource: ArrayBufferView | ArrayBuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27967


CSSMathOperator

Ƭ CSSMathOperator: "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28050


CSSNumberish

Ƭ CSSNumberish: number | CSSNumericValue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27970


CSSNumericBaseType

Ƭ CSSNumericBaseType: "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28051


CanPlayTypeResult

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28052


CanvasDirection

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28053


CanvasFillRule

Ƭ CanvasFillRule: "evenodd" | "nonzero"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28054


CanvasFontKerning

Ƭ CanvasFontKerning: "auto" | "none" | "normal"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28055


CanvasImageSource

Ƭ CanvasImageSource: HTMLOrSVGImageElement | HTMLVideoElement | HTMLCanvasElement | ImageBitmap | OffscreenCanvas | VideoFrame

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27973


CanvasLineCap

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28058


CanvasLineJoin

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28059


CanvasTextAlign

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28060


CanvasTextBaseline

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28061


ClipboardItems

Ƭ ClipboardItems: ClipboardItem[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27975


ColorGamut

Ƭ ColorGamut: "p3" | "rec2020" | "srgb"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28067


ColorSpaceConversion

Ƭ ColorSpaceConversion: "default" | "none"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28068


CompositeOperation

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28069


CompositeOperationOrAuto

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28070


ConstrainBoolean

Ƭ ConstrainBoolean: boolean | ConstrainBooleanParameters

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27976


ConstrainDOMString

Ƭ ConstrainDOMString: string | string[] | ConstrainDOMStringParameters

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27977


ConstrainDouble

Ƭ ConstrainDouble: number | ConstrainDoubleRange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27978


ConstrainULong

Ƭ ConstrainULong: number | ConstrainULongRange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27979


CredentialMediationRequirement

Ƭ CredentialMediationRequirement: "conditional" | "optional" | "required" | "silent"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28072


DocumentReadyState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28077


DocumentVisibilityState

Ƭ DocumentVisibilityState: "hidden" | "visible"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28078


EndOfStreamError

Ƭ EndOfStreamError: "decode" | "network"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28080


EndingType

Ƭ EndingType: "native" | "transparent"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28081


EventListenerOrEventListenerObject

Ƭ EventListenerOrEventListenerObject: EventListener | EventListenerObject

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27982


FileSystemHandleKind

Ƭ FileSystemHandleKind: "directory" | "file"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28082


FileSystemWriteChunkType

Ƭ FileSystemWriteChunkType: BufferSource | Blob | string | WriteParams

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27983


FillMode

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28083


Float32List

Ƭ Float32List: Float32Array | GLfloat[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27984


FontDisplay

Ƭ FontDisplay: "auto" | "block" | "fallback" | "optional" | "swap"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28084


FontFaceLoadStatus

Ƭ FontFaceLoadStatus: "error" | "loaded" | "loading" | "unloaded"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28085


FontFaceSetLoadStatus

Ƭ FontFaceSetLoadStatus: "loaded" | "loading"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28086


FullscreenNavigationUI

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28087


GLfloat

Ƭ GLfloat: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27990


GLint

Ƭ GLint: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27991


GLuint

Ƭ GLuint: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27996


GamepadHapticsResult

Ƭ GamepadHapticsResult: "complete" | "preempted"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28090


GamepadMappingType

Ƭ GamepadMappingType: "" | "standard" | "xr-standard"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28091


GlobalCompositeOperation

Ƭ GlobalCompositeOperation: "color" | "color-burn" | "color-dodge" | "copy" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "lighter" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "source-over" | "xor"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28092


HTMLOrSVGImageElement

Ƭ HTMLOrSVGImageElement: HTMLImageElement | SVGImageElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27998


HTMLOrSVGScriptElement

Ƭ HTMLOrSVGScriptElement: HTMLScriptElement | SVGScriptElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:27999


HdrMetadataType

Ƭ HdrMetadataType: "smpteSt2086" | "smpteSt2094-10" | "smpteSt2094-40"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28094


IDBCursorDirection

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28095


IDBRequestReadyState

Ƭ IDBRequestReadyState: "done" | "pending"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28096


IDBTransactionDurability

Ƭ IDBTransactionDurability: "default" | "relaxed" | "strict"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28097


IDBTransactionMode

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28098


IDBValidKey

Ƭ IDBValidKey: number | string | Date | BufferSource | IDBValidKey[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28002


ImageBitmapSource

Ƭ ImageBitmapSource: CanvasImageSource | Blob | ImageData

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28003


ImageOrientation

Ƭ ImageOrientation: "flipY" | "from-image" | "none"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28099


ImageSmoothingQuality

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28100


InsertPosition

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28101


Int32List

Ƭ Int32List: Int32Array | GLint[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28004


IterationCompositeOperation

Ƭ IterationCompositeOperation: "accumulate" | "replace"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28102


KeyFormat

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28103


KeyType

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28104


KeyUsage

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28105


LockMode

Ƭ LockMode: "exclusive" | "shared"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28108


MIDIPortConnectionState

Ƭ MIDIPortConnectionState: "closed" | "open" | "pending"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28109


MIDIPortDeviceState

Ƭ MIDIPortDeviceState: "connected" | "disconnected"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28110


MIDIPortType

Ƭ MIDIPortType: "input" | "output"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28111


MediaDecodingType

Ƭ MediaDecodingType: "file" | "media-source" | "webrtc"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28112


MediaDeviceKind

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28113


MediaEncodingType

Ƭ MediaEncodingType: "record" | "webrtc"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28114


MediaKeyMessageType

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28115


MediaKeySessionClosedReason

Ƭ MediaKeySessionClosedReason: "closed-by-application" | "hardware-context-reset" | "internal-error" | "release-acknowledged" | "resource-evicted"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28116


MediaKeySessionType

Ƭ MediaKeySessionType: "persistent-license" | "temporary"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28117


MediaKeyStatus

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28118


MediaKeysRequirement

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28119


MediaProvider

Ƭ MediaProvider: MediaStream | MediaSource | Blob

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28006


MediaSessionAction

Ƭ MediaSessionAction: "nexttrack" | "pause" | "play" | "previoustrack" | "seekbackward" | "seekforward" | "seekto" | "skipad" | "stop"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28120


MediaSessionPlaybackState

Ƭ MediaSessionPlaybackState: "none" | "paused" | "playing"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28121


MediaStreamTrackState

Ƭ MediaStreamTrackState: "ended" | "live"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28122


MessageEventSource

Ƭ MessageEventSource: WindowProxy | MessagePort | ServiceWorker

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28007


NodeFilter

Ƭ NodeFilter: (node: Node) => number | { acceptNode: (node: Node) => number }

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2169

node_modules/typescript/lib/lib.dom.d.ts:2171


NotificationDirection

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28124


NotificationPermission

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28125


OffscreenRenderingContext

Ƭ OffscreenRenderingContext: OffscreenCanvasRenderingContext2D | ImageBitmapRenderingContext | WebGLRenderingContext | WebGL2RenderingContext

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28010


OffscreenRenderingContextId

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28126


OnErrorEventHandler

Ƭ OnErrorEventHandler: OnErrorEventHandlerNonNull | null

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28012


OptionalPostfixToken

Ƭ OptionalPostfixToken<T>: ` ${T}` | ""

Type parameters

Name Type
T extends string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28013


OptionalPrefixToken

Ƭ OptionalPrefixToken<T>: `${T} ` | ""

Type parameters

Name Type
T extends string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28014


OrientationType

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28127


PerformanceEntryList

Ƭ PerformanceEntryList: PerformanceEntry[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28015


PermissionName

Ƭ PermissionName: "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28132


PermissionState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28133


PlaybackDirection

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28134


PredefinedColorSpace

Ƭ PredefinedColorSpace: "display-p3" | "srgb"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28136


PremultiplyAlpha

Ƭ PremultiplyAlpha: "default" | "none" | "premultiply"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28137


PresentationStyle

Ƭ PresentationStyle: "attachment" | "inline" | "unspecified"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28138


PushEncryptionKeyName

Ƭ PushEncryptionKeyName: "auth" | "p256dh"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28140


RTCDataChannelState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28142


RTCDegradationPreference

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28143


RTCDtlsTransportState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28144


RTCErrorDetailType

Ƭ RTCErrorDetailType: "data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "hardware-encoder-error" | "hardware-encoder-not-available" | "sctp-failure" | "sdp-syntax-error"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28146


RTCIceCandidateType

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28147


RTCIceComponent

Ƭ RTCIceComponent: "rtcp" | "rtp"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28148


RTCIceGathererState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28150


RTCIceProtocol

Ƭ RTCIceProtocol: "tcp" | "udp"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28152


RTCIceTcpCandidateType

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28153


RTCIceTransportState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28155


RTCPriorityType

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28157


RTCRtpTransceiverDirection

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28159


ReadableStreamController

Ƭ ReadableStreamController<T>: ReadableStreamDefaultController<T> | ReadableByteStreamController

Type parameters

Name
T

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28016


ReadableStreamReadResult

Ƭ ReadableStreamReadResult<T>: ReadableStreamReadValueResult<T> | ReadableStreamReadDoneResult<T>

Type parameters

Name
T

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28017


ReadableStreamReader

Ƭ ReadableStreamReader<T>: ReadableStreamDefaultReader<T> | ReadableStreamBYOBReader

Type parameters

Name
T

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28018


ReadyState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28167


Record

Ƭ Record<K, T>: { [P in K]: T }

Construct a type with a set of properties K of type T

Type parameters

Name Type
K extends keyof any
T T

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1605


ReferrerPolicy

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28169


RemotePlaybackState

Ƭ RemotePlaybackState: "connected" | "connecting" | "disconnected"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28170


RenderingContext

Ƭ RenderingContext: CanvasRenderingContext2D | ImageBitmapRenderingContext | WebGLRenderingContext | WebGL2RenderingContext

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28019


RequestInfo

Ƭ RequestInfo: Request | string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28021


ResidentKeyRequirement

Ƭ ResidentKeyRequirement: "discouraged" | "preferred" | "required"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28176


ResizeQuality

Ƭ ResizeQuality: "high" | "low" | "medium" | "pixelated"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28178


ScrollBehavior

Ƭ ScrollBehavior: "auto" | "instant" | "smooth"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28180


ScrollLogicalPosition

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28181


ScrollRestoration

Ƭ ScrollRestoration: "auto" | "manual"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28182


SecurityPolicyViolationEventDisposition

Ƭ SecurityPolicyViolationEventDisposition: "enforce" | "report"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28184


SelectionMode

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28185


ServiceWorkerState

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28186


ServiceWorkerUpdateViaCache

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28187


ShaderType

Ƭ ShaderType: WebGLRenderingContext["VERTEX_SHADER"] | WebGLRenderingContext["FRAGMENT_SHADER"]

Defined in

packages/webgl-shader-factory/src/index.ts:1


ShadowRootMode

Ƭ ShadowRootMode: "closed" | "open"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28188


SlotAssignmentMode

Ƭ SlotAssignmentMode: "manual" | "named"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28189


SpeechSynthesisErrorCode

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28190


TexImageSource

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28022


TextTrackKind

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28191


TextTrackMode

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28192


TimerHandler

Ƭ TimerHandler: string | Function

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28023


TouchType

Ƭ TouchType: "direct" | "stylus"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28193


TransferFunction

Ƭ TransferFunction: "hlg" | "pq" | "srgb"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28194


Transferable

Ƭ Transferable: OffscreenCanvas | ImageBitmap | MessagePort | ReadableStream | WritableStream | TransformStream | VideoFrame | ArrayBuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28024


Uint32List

Ƭ Uint32List: Uint32Array | GLuint[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28025


UserVerificationRequirement

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28195


VibratePattern

Ƭ VibratePattern: number | number[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28026


VideoColorPrimaries

Ƭ VideoColorPrimaries: "bt470bg" | "bt709" | "smpte170m"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28196


VideoMatrixCoefficients

Ƭ VideoMatrixCoefficients: "bt470bg" | "bt709" | "rgb" | "smpte170m"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28199


VideoPixelFormat

Ƭ VideoPixelFormat: "BGRA" | "BGRX" | "I420" | "I420A" | "I422" | "I444" | "NV12" | "RGBA" | "RGBX"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28200


VideoTransferCharacteristics

Ƭ VideoTransferCharacteristics: "bt709" | "iec61966-2-1" | "smpte170m"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28201


WebGLPowerPreference

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

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28203


WindowProxy

Ƭ WindowProxy: Window

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28027


WorkerType

Ƭ WorkerType: "classic" | "module"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28206


WriteCommandType

Ƭ WriteCommandType: "seek" | "truncate" | "write"

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28207


XMLHttpRequestBodyInit

Ƭ XMLHttpRequestBodyInit: Blob | BufferSource | FormData | URLSearchParams | string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:28028


XPathNSResolver

Ƭ XPathNSResolver: (prefix: string | null) => string | null | { lookupNamespaceURI: (prefix: null | string) => null | string }

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2190

Variables

AbstractRange

AbstractRange: Object

Call signature

new AbstractRange(): AbstractRange

Returns

AbstractRange

Type declaration

Name Type
prototype AbstractRange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2347

node_modules/typescript/lib/lib.dom.d.ts:2380


Animation

Animation: Object

Call signature

new Animation(effect?, timeline?): Animation

Parameters
Name Type
effect? null | AnimationEffect
timeline? null | AnimationTimeline
Returns

Animation

Type declaration

Name Type
prototype Animation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2443

node_modules/typescript/lib/lib.dom.d.ts:2494


AnimationEffect

AnimationEffect: Object

Call signature

new AnimationEffect(): AnimationEffect

Returns

AnimationEffect

Type declaration

Name Type
prototype AnimationEffect

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2500

node_modules/typescript/lib/lib.dom.d.ts:2509


AnimationEvent

AnimationEvent: Object

Call signature

new AnimationEvent(type, animationEventInitDict?): AnimationEvent

Parameters
Name Type
type string
animationEventInitDict? AnimationEventInit
Returns

AnimationEvent

Type declaration

Name Type
prototype AnimationEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2519

node_modules/typescript/lib/lib.dom.d.ts:2528


AnimationPlaybackEvent

AnimationPlaybackEvent: Object

Call signature

new AnimationPlaybackEvent(type, eventInitDict?): AnimationPlaybackEvent

Parameters
Name Type
type string
eventInitDict? AnimationPlaybackEventInit
Returns

AnimationPlaybackEvent

Type declaration

Name Type
prototype AnimationPlaybackEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2539

node_modules/typescript/lib/lib.dom.d.ts:2546


AnimationTimeline

AnimationTimeline: Object

Call signature

new AnimationTimeline(): AnimationTimeline

Returns

AnimationTimeline

Type declaration

Name Type
prototype AnimationTimeline

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2552

node_modules/typescript/lib/lib.dom.d.ts:2557


Attr

Attr: Object

Call signature

new Attr(): Attr

Returns

Attr

Type declaration

Name Type
prototype Attr

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2567

node_modules/typescript/lib/lib.dom.d.ts:2589


AudioBuffer

AudioBuffer: Object

Call signature

new AudioBuffer(options): AudioBuffer

Parameters
Name Type
options AudioBufferOptions
Returns

AudioBuffer

Type declaration

Name Type
prototype AudioBuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2599

node_modules/typescript/lib/lib.dom.d.ts:2616


AudioProcessingEvent

AudioProcessingEvent: Object

Call signature

new AudioProcessingEvent(type, eventInitDict): AudioProcessingEvent

Parameters
Name Type
type string
eventInitDict AudioProcessingEventInit
Returns

AudioProcessingEvent

Deprecated

Type declaration

Name Type
prototype AudioProcessingEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2834

node_modules/typescript/lib/lib.dom.d.ts:2856


BarProp

BarProp: Object

Call signature

new BarProp(): BarProp

Returns

BarProp

Type declaration

Name Type
prototype BarProp

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2979

node_modules/typescript/lib/lib.dom.d.ts:2984


BeforeUnloadEvent

BeforeUnloadEvent: Object

Call signature

new BeforeUnloadEvent(): BeforeUnloadEvent

Returns

BeforeUnloadEvent

Type declaration

Name Type
prototype BeforeUnloadEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3071

node_modules/typescript/lib/lib.dom.d.ts:3075


BlobEvent

BlobEvent: Object

Call signature

new BlobEvent(type, eventInitDict): BlobEvent

Parameters
Name Type
type string
eventInitDict BlobEventInit
Returns

BlobEvent

Type declaration

Name Type
prototype BlobEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3131

node_modules/typescript/lib/lib.dom.d.ts:3138


CDATASection

CDATASection: Object

Call signature

new CDATASection(): CDATASection

Returns

CDATASection

Type declaration

Name Type
prototype CDATASection

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3222

node_modules/typescript/lib/lib.dom.d.ts:3225


CSSMathSum

CSSMathSum: Object

Call signature

new CSSMathSum(...args): CSSMathSum

Parameters
Name Type
...args CSSNumberish[]
Returns

CSSMathSum

Type declaration

Name Type
prototype CSSMathSum

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3530

node_modules/typescript/lib/lib.dom.d.ts:3535


CSSMathValue

CSSMathValue: Object

Call signature

new CSSMathValue(): CSSMathValue

Returns

CSSMathValue

Type declaration

Name Type
prototype CSSMathValue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3541

node_modules/typescript/lib/lib.dom.d.ts:3546


CSSNumericArray

CSSNumericArray: Object

Call signature

new CSSNumericArray(): CSSNumericArray

Returns

CSSNumericArray

Type declaration

Name Type
prototype CSSNumericArray

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3595

node_modules/typescript/lib/lib.dom.d.ts:3602


CSSNumericValue

CSSNumericValue: Object

Call signature

new CSSNumericValue(): CSSNumericValue

Returns

CSSNumericValue

Type declaration

Name Type
prototype CSSNumericValue
parse (cssText: string) => CSSNumericValue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3608

node_modules/typescript/lib/lib.dom.d.ts:3631


CSSRule

CSSRule: Object

Call signature

new CSSRule(): CSSRule

Returns

CSSRule

Type declaration

Name Type
CHARSET_RULE 2
FONT_FACE_RULE 5
IMPORT_RULE 3
KEYFRAMES_RULE 7
KEYFRAME_RULE 8
MEDIA_RULE 4
NAMESPACE_RULE 10
PAGE_RULE 6
STYLE_RULE 1
SUPPORTS_RULE 12
prototype CSSRule

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3706

node_modules/typescript/lib/lib.dom.d.ts:3731


CSSRuleList

CSSRuleList: Object

Call signature

new CSSRuleList(): CSSRuleList

Returns

CSSRuleList

Type declaration

Name Type
prototype CSSRuleList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3751

node_modules/typescript/lib/lib.dom.d.ts:3759


CSSStyleDeclaration

CSSStyleDeclaration: Object

Call signature

new CSSStyleDeclaration(): CSSStyleDeclaration

Returns

CSSStyleDeclaration

Type declaration

Name Type
prototype CSSStyleDeclaration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:3819

node_modules/typescript/lib/lib.dom.d.ts:5027


CSSStyleSheet

CSSStyleSheet: Object

Call signature

new CSSStyleSheet(options?): CSSStyleSheet

Parameters
Name Type
options? CSSStyleSheetInit
Returns

CSSStyleSheet

Type declaration

Name Type
prototype CSSStyleSheet

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5059

node_modules/typescript/lib/lib.dom.d.ts:5092


CSSStyleValue

CSSStyleValue: Object

Call signature

new CSSStyleValue(): CSSStyleValue

Returns

CSSStyleValue

Type declaration

Name Type
prototype CSSStyleValue
parse (property: string, cssText: string) => CSSStyleValue
parseAll (property: string, cssText: string) => CSSStyleValue[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5098

node_modules/typescript/lib/lib.dom.d.ts:5102


CSSUnitValue

CSSUnitValue: Object

Call signature

new CSSUnitValue(value, unit): CSSUnitValue

Parameters
Name Type
value number
unit string
Returns

CSSUnitValue

Type declaration

Name Type
prototype CSSUnitValue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5186

node_modules/typescript/lib/lib.dom.d.ts:5193


Cache

Cache: Object

Call signature

new Cache(): Cache

Returns

Cache

Type declaration

Name Type
prototype Cache

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5230

node_modules/typescript/lib/lib.dom.d.ts:5247


CacheStorage

CacheStorage: Object

Call signature

new CacheStorage(): CacheStorage

Returns

CacheStorage

Type declaration

Name Type
prototype CacheStorage

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5258

node_modules/typescript/lib/lib.dom.d.ts:5271


CanvasGradient

CanvasGradient: Object

Call signature

new CanvasGradient(): CanvasGradient

Returns

CanvasGradient

Type declaration

Name Type
prototype CanvasGradient

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5352

node_modules/typescript/lib/lib.dom.d.ts:5363


CanvasPattern

CanvasPattern: Object

Call signature

new CanvasPattern(): CanvasPattern

Returns

CanvasPattern

Type declaration

Name Type
prototype CanvasPattern

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5431

node_modules/typescript/lib/lib.dom.d.ts:5440


CanvasRenderingContext2D

CanvasRenderingContext2D: Object

Call signature

new CanvasRenderingContext2D(): CanvasRenderingContext2D

Returns

CanvasRenderingContext2D

Type declaration

Name Type
prototype CanvasRenderingContext2D

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5459

node_modules/typescript/lib/lib.dom.d.ts:5466


CharacterData

CharacterData: Object

Call signature

new CharacterData(): CharacterData

Returns

CharacterData

Type declaration

Name Type
prototype CharacterData

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5568

node_modules/typescript/lib/lib.dom.d.ts:5586


Clipboard

Clipboard: Object

Call signature

new Clipboard(): Clipboard

Returns

Clipboard

Type declaration

Name Type
prototype Clipboard

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5633

node_modules/typescript/lib/lib.dom.d.ts:5644


ClipboardEvent

ClipboardEvent: Object

Call signature

new ClipboardEvent(type, eventInitDict?): ClipboardEvent

Parameters
Name Type
type string
eventInitDict? ClipboardEventInit
Returns

ClipboardEvent

Type declaration

Name Type
prototype ClipboardEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5654

node_modules/typescript/lib/lib.dom.d.ts:5659


ClipboardItem

ClipboardItem: Object

Call signature

new ClipboardItem(items, options?): ClipboardItem

Parameters
Name Type
items Record<string, string | Blob | PromiseLike<string | Blob>>
options? ClipboardItemOptions
Returns

ClipboardItem

Type declaration

Name Type
prototype ClipboardItem

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5669

node_modules/typescript/lib/lib.dom.d.ts:5676


CloseEvent

CloseEvent: Object

Call signature

new CloseEvent(type, eventInitDict?): CloseEvent

Parameters
Name Type
type string
eventInitDict? CloseEventInit
Returns

CloseEvent

Type declaration

Name Type
prototype CloseEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5686

node_modules/typescript/lib/lib.dom.d.ts:5707


Comment

Comment: Object

Call signature

new Comment(data?): Comment

Parameters
Name Type
data? string
Returns

Comment

Type declaration

Name Type
prototype Comment

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5717

node_modules/typescript/lib/lib.dom.d.ts:5720


CompositionEvent

CompositionEvent: Object

Call signature

new CompositionEvent(type, eventInitDict?): CompositionEvent

Parameters
Name Type
type string
eventInitDict? CompositionEventInit
Returns

CompositionEvent

Type declaration

Name Type
prototype CompositionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5730

node_modules/typescript/lib/lib.dom.d.ts:5741


Credential

Credential: Object

Call signature

new Credential(): Credential

Returns

Credential

Type declaration

Name Type
prototype Credential

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5809

node_modules/typescript/lib/lib.dom.d.ts:5816


CredentialsContainer

CredentialsContainer: Object

Call signature

new CredentialsContainer(): CredentialsContainer

Returns

CredentialsContainer

Type declaration

Name Type
prototype CredentialsContainer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5826

node_modules/typescript/lib/lib.dom.d.ts:5837


Crypto

Crypto: Object

Call signature

new Crypto(): Crypto

Returns

Crypto

Type declaration

Name Type
prototype Crypto

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5847

node_modules/typescript/lib/lib.dom.d.ts:5864


CryptoKey

CryptoKey: Object

Call signature

new CryptoKey(): CryptoKey

Returns

CryptoKey

Type declaration

Name Type
prototype CryptoKey

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5875

node_modules/typescript/lib/lib.dom.d.ts:5886


CustomElementRegistry

CustomElementRegistry: Object

Call signature

new CustomElementRegistry(): CustomElementRegistry

Returns

CustomElementRegistry

Type declaration

Name Type
prototype CustomElementRegistry

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5892

node_modules/typescript/lib/lib.dom.d.ts:5903


CustomEvent

CustomEvent: Object

Call signature

new CustomEvent<T>(type, eventInitDict?): CustomEvent<T>

Type parameters
Name
T
Parameters
Name Type
type string
eventInitDict? CustomEventInit<T>
Returns

CustomEvent<T>

Type declaration

Name Type
prototype CustomEvent<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5909

node_modules/typescript/lib/lib.dom.d.ts:5924


DOMException

DOMException: Object

Call signature

new DOMException(message?, name?): DOMException

Parameters
Name Type
message? string
name? string
Returns

DOMException

Type declaration

Name Type
ABORT_ERR 20
DATA_CLONE_ERR 25
DOMSTRING_SIZE_ERR 2
HIERARCHY_REQUEST_ERR 3
INDEX_SIZE_ERR 1
INUSE_ATTRIBUTE_ERR 10
INVALID_ACCESS_ERR 15
INVALID_CHARACTER_ERR 5
INVALID_MODIFICATION_ERR 13
INVALID_NODE_TYPE_ERR 24
INVALID_STATE_ERR 11
NAMESPACE_ERR 14
NETWORK_ERR 19
NOT_FOUND_ERR 8
NOT_SUPPORTED_ERR 9
NO_DATA_ALLOWED_ERR 6
NO_MODIFICATION_ALLOWED_ERR 7
QUOTA_EXCEEDED_ERR 22
SECURITY_ERR 18
SYNTAX_ERR 12
TIMEOUT_ERR 23
TYPE_MISMATCH_ERR 17
URL_MISMATCH_ERR 21
VALIDATION_ERR 16
WRONG_DOCUMENT_ERR 4
prototype DOMException

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5934

node_modules/typescript/lib/lib.dom.d.ts:5972


DOMImplementation

DOMImplementation: Object

Call signature

new DOMImplementation(): DOMImplementation

Returns

DOMImplementation

Type declaration

Name Type
prototype DOMImplementation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6007

node_modules/typescript/lib/lib.dom.d.ts:6022


DOMMatrix

DOMMatrix: Object

Call signature

new DOMMatrix(init?): DOMMatrix

Parameters
Name Type
init? string | number[]
Returns

DOMMatrix

Type declaration

Name Type
prototype DOMMatrix
fromFloat32Array (array32: Float32Array) => DOMMatrix
fromFloat64Array (array64: Float64Array) => DOMMatrix
fromMatrix (other?: DOMMatrixInit) => DOMMatrix

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6028

node_modules/typescript/lib/lib.dom.d.ts:6067


DOMMatrixReadOnly

DOMMatrixReadOnly: Object

Call signature

new DOMMatrixReadOnly(init?): DOMMatrixReadOnly

Parameters
Name Type
init? string | number[]
Returns

DOMMatrixReadOnly

Type declaration

Name Type
prototype DOMMatrixReadOnly
fromFloat32Array (array32: Float32Array) => DOMMatrixReadOnly
fromFloat64Array (array64: Float64Array) => DOMMatrixReadOnly
fromMatrix (other?: DOMMatrixInit) => DOMMatrixReadOnly

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6082

node_modules/typescript/lib/lib.dom.d.ts:6171


DOMPoint

DOMPoint: Object

Call signature

new DOMPoint(x?, y?, z?, w?): DOMPoint

Parameters
Name Type
x? number
y? number
z? number
w? number
Returns

DOMPoint

Type declaration

Name Type
prototype DOMPoint
fromPoint (other?: DOMPointInit) => DOMPoint

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6205

node_modules/typescript/lib/lib.dom.d.ts:6216


DOMPointReadOnly

DOMPointReadOnly: Object

Call signature

new DOMPointReadOnly(x?, y?, z?, w?): DOMPointReadOnly

Parameters
Name Type
x? number
y? number
z? number
w? number
Returns

DOMPointReadOnly

Type declaration

Name Type
prototype DOMPointReadOnly
fromPoint (other?: DOMPointInit) => DOMPointReadOnly

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6227

node_modules/typescript/lib/lib.dom.d.ts:6242


DOMRect

DOMRect: Object

Call signature

new DOMRect(x?, y?, width?, height?): DOMRect

Parameters
Name Type
x? number
y? number
width? number
height? number
Returns

DOMRect

Type declaration

Name Type
prototype DOMRect
fromRect (other?: DOMRectInit) => DOMRect

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6272

node_modules/typescript/lib/lib.dom.d.ts:6279


DOMRectList

DOMRectList: Object

Call signature

new DOMRectList(): DOMRectList

Returns

DOMRectList

Type declaration

Name Type
prototype DOMRectList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6288

node_modules/typescript/lib/lib.dom.d.ts:6294


DOMRectReadOnly

DOMRectReadOnly: Object

Call signature

new DOMRectReadOnly(x?, y?, width?, height?): DOMRectReadOnly

Parameters
Name Type
x? number
y? number
width? number
height? number
Returns

DOMRectReadOnly

Type declaration

Name Type
prototype DOMRectReadOnly
fromRect (other?: DOMRectInit) => DOMRectReadOnly

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6300

node_modules/typescript/lib/lib.dom.d.ts:6320


DOMStringList

DOMStringList: Object

Call signature

new DOMStringList(): DOMStringList

Returns

DOMStringList

Type declaration

Name Type
prototype DOMStringList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6332

node_modules/typescript/lib/lib.dom.d.ts:6354


DOMStringMap

DOMStringMap: Object

Call signature

new DOMStringMap(): DOMStringMap

Returns

DOMStringMap

Type declaration

Name Type
prototype DOMStringMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6364

node_modules/typescript/lib/lib.dom.d.ts:6368


DOMTokenList

DOMTokenList: Object

Call signature

new DOMTokenList(): DOMTokenList

Returns

DOMTokenList

Type declaration

Name Type
prototype DOMTokenList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6378

node_modules/typescript/lib/lib.dom.d.ts:6462


DataTransfer

DataTransfer: Object

Call signature

new DataTransfer(): DataTransfer

Returns

DataTransfer

Type declaration

Name Type
prototype DataTransfer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6472

node_modules/typescript/lib/lib.dom.d.ts:6537


DataTransferItem

DataTransferItem: Object

Call signature

new DataTransferItem(): DataTransferItem

Returns

DataTransferItem

Type declaration

Name Type
prototype DataTransferItem

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6547

node_modules/typescript/lib/lib.dom.d.ts:6576


DataTransferItemList

DataTransferItemList: Object

Call signature

new DataTransferItemList(): DataTransferItemList

Returns

DataTransferItemList

Type declaration

Name Type
prototype DataTransferItemList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6586

node_modules/typescript/lib/lib.dom.d.ts:6615


DeviceMotionEvent

DeviceMotionEvent: Object

Call signature

new DeviceMotionEvent(type, eventInitDict?): DeviceMotionEvent

Parameters
Name Type
type string
eventInitDict? DeviceMotionEventInit
Returns

DeviceMotionEvent

Type declaration

Name Type
prototype DeviceMotionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6650

node_modules/typescript/lib/lib.dom.d.ts:6661


DeviceOrientationEvent

DeviceOrientationEvent: Object

Call signature

new DeviceOrientationEvent(type, eventInitDict?): DeviceOrientationEvent

Parameters
Name Type
type string
eventInitDict? DeviceOrientationEventInit
Returns

DeviceOrientationEvent

Type declaration

Name Type
prototype DeviceOrientationEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6700

node_modules/typescript/lib/lib.dom.d.ts:6711


Document

Document: Object

Call signature

new Document(): Document

Returns

Document

Type declaration

Name Type
prototype Document

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6731

node_modules/typescript/lib/lib.dom.d.ts:7375


DocumentFragment

DocumentFragment: Object

Call signature

new DocumentFragment(): DocumentFragment

Returns

DocumentFragment

Type declaration

Name Type
prototype DocumentFragment

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7385

node_modules/typescript/lib/lib.dom.d.ts:7390


DocumentTimeline

DocumentTimeline: Object

Call signature

new DocumentTimeline(options?): DocumentTimeline

Parameters
Name Type
options? DocumentTimelineOptions
Returns

DocumentTimeline

Type declaration

Name Type
prototype DocumentTimeline

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7436

node_modules/typescript/lib/lib.dom.d.ts:7439


DocumentType

DocumentType: Object

Call signature

new DocumentType(): DocumentType

Returns

DocumentType

Type declaration

Name Type
prototype DocumentType

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7449

node_modules/typescript/lib/lib.dom.d.ts:7459


DragEvent

DragEvent: Object

Call signature

new DragEvent(type, eventInitDict?): DragEvent

Parameters
Name Type
type string
eventInitDict? DragEventInit
Returns

DragEvent

Type declaration

Name Type
prototype DragEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7469

node_modules/typescript/lib/lib.dom.d.ts:7478


Element

Element: Object

Call signature

new Element(): Element

Returns

Element

Type declaration

Name Type
prototype Element

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7598

node_modules/typescript/lib/lib.dom.d.ts:7849


ElementInternals

ElementInternals: Object

Call signature

new ElementInternals(): ElementInternals

Returns

ElementInternals

Type declaration

Name Type
prototype ElementInternals

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7872

node_modules/typescript/lib/lib.dom.d.ts:7937


ErrorEvent

ErrorEvent: Object

Call signature

new ErrorEvent(type, eventInitDict?): ErrorEvent

Parameters
Name Type
type string
eventInitDict? ErrorEventInit
Returns

ErrorEvent

Type declaration

Name Type
prototype ErrorEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:7966

node_modules/typescript/lib/lib.dom.d.ts:7979


EventCounts

EventCounts: Object

Call signature

new EventCounts(): EventCounts

Returns

EventCounts

Type declaration

Name Type
prototype EventCounts

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8114

node_modules/typescript/lib/lib.dom.d.ts:8118


External

External: Object

Call signature

new External(): External

Returns

External

Deprecated

Type declaration

Name Type
prototype External

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8236

node_modules/typescript/lib/lib.dom.d.ts:8252


File

File: Object

Call signature

new File(fileBits, fileName, options?): File

Parameters
Name Type
fileBits BlobPart[]
fileName string
options? FilePropertyBag
Returns

File

Type declaration

Name Type
prototype File

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8262

node_modules/typescript/lib/lib.dom.d.ts:8271


FileList

FileList: Object

Call signature

new FileList(): FileList

Returns

FileList

Type declaration

Name Type
prototype FileList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8281

node_modules/typescript/lib/lib.dom.d.ts:8289


FileSystem

FileSystem: Object

Call signature

new FileSystem(): FileSystem

Returns

FileSystem

Type declaration

Name Type
prototype FileSystem

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8355

node_modules/typescript/lib/lib.dom.d.ts:8362


FileSystemDirectoryEntry

FileSystemDirectoryEntry: Object

Call signature

new FileSystemDirectoryEntry(): FileSystemDirectoryEntry

Returns

FileSystemDirectoryEntry

Type declaration

Name Type
prototype FileSystemDirectoryEntry

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8368

node_modules/typescript/lib/lib.dom.d.ts:8377


FileSystemDirectoryHandle

FileSystemDirectoryHandle: Object

Call signature

new FileSystemDirectoryHandle(): FileSystemDirectoryHandle

Returns

FileSystemDirectoryHandle

Type declaration

Name Type
prototype FileSystemDirectoryHandle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8387

node_modules/typescript/lib/lib.dom.d.ts:8399


FileSystemDirectoryReader

FileSystemDirectoryReader: Object

Call signature

new FileSystemDirectoryReader(): FileSystemDirectoryReader

Returns

FileSystemDirectoryReader

Type declaration

Name Type
prototype FileSystemDirectoryReader

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8405

node_modules/typescript/lib/lib.dom.d.ts:8410


FileSystemEntry

FileSystemEntry: Object

Call signature

new FileSystemEntry(): FileSystemEntry

Returns

FileSystemEntry

Type declaration

Name Type
prototype FileSystemEntry

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8416

node_modules/typescript/lib/lib.dom.d.ts:8431


FileSystemFileHandle

FileSystemFileHandle: Object

Call signature

new FileSystemFileHandle(): FileSystemFileHandle

Returns

FileSystemFileHandle

Type declaration

Name Type
prototype FileSystemFileHandle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8452

node_modules/typescript/lib/lib.dom.d.ts:8460


FileSystemHandle

FileSystemHandle: Object

Call signature

new FileSystemHandle(): FileSystemHandle

Returns

FileSystemHandle

Type declaration

Name Type
prototype FileSystemHandle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8470

node_modules/typescript/lib/lib.dom.d.ts:8479


FileSystemWritableFileStream

FileSystemWritableFileStream: Object

Call signature

new FileSystemWritableFileStream(): FileSystemWritableFileStream

Returns

FileSystemWritableFileStream

Type declaration

Name Type
prototype FileSystemWritableFileStream

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8489

node_modules/typescript/lib/lib.dom.d.ts:8498


FocusEvent

FocusEvent: Object

Call signature

new FocusEvent(type, eventInitDict?): FocusEvent

Parameters
Name Type
type string
eventInitDict? FocusEventInit
Returns

FocusEvent

Type declaration

Name Type
prototype FocusEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8508

node_modules/typescript/lib/lib.dom.d.ts:8513


FontFace

FontFace: Object

Call signature

new FontFace(family, source, descriptors?): FontFace

Parameters
Name Type
family string
source string | BinaryData
descriptors? FontFaceDescriptors
Returns

FontFace

Type declaration

Name Type
prototype FontFace

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8519

node_modules/typescript/lib/lib.dom.d.ts:8550


FontFaceSet

FontFaceSet: Object

Call signature

new FontFaceSet(initialFaces): FontFaceSet

Parameters
Name Type
initialFaces FontFace[]
Returns

FontFaceSet

Type declaration

Name Type
prototype FontFaceSet

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8562

node_modules/typescript/lib/lib.dom.d.ts:8584


FontFaceSetLoadEvent

FontFaceSetLoadEvent: Object

Call signature

new FontFaceSetLoadEvent(type, eventInitDict?): FontFaceSetLoadEvent

Parameters
Name Type
type string
eventInitDict? FontFaceSetLoadEventInit
Returns

FontFaceSetLoadEvent

Type declaration

Name Type
prototype FontFaceSetLoadEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8590

node_modules/typescript/lib/lib.dom.d.ts:8595


FormDataEvent

FormDataEvent: Object

Call signature

new FormDataEvent(type, eventInitDict): FormDataEvent

Parameters
Name Type
type string
eventInitDict FormDataEventInit
Returns

FormDataEvent

Type declaration

Name Type
prototype FormDataEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8636

node_modules/typescript/lib/lib.dom.d.ts:8645


Gamepad

Gamepad: Object

Call signature

new Gamepad(): Gamepad

Returns

Gamepad

Type declaration

Name Type
prototype Gamepad

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8671

node_modules/typescript/lib/lib.dom.d.ts:8691


GamepadButton

GamepadButton: Object

Call signature

new GamepadButton(): GamepadButton

Returns

GamepadButton

Type declaration

Name Type
prototype GamepadButton

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8702

node_modules/typescript/lib/lib.dom.d.ts:8711


GamepadEvent

GamepadEvent: Object

Call signature

new GamepadEvent(type, eventInitDict): GamepadEvent

Parameters
Name Type
type string
eventInitDict GamepadEventInit
Returns

GamepadEvent

Type declaration

Name Type
prototype GamepadEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8722

node_modules/typescript/lib/lib.dom.d.ts:8727


GamepadHapticActuator

GamepadHapticActuator: Object

Call signature

new GamepadHapticActuator(): GamepadHapticActuator

Returns

GamepadHapticActuator

Type declaration

Name Type
prototype GamepadHapticActuator

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8737

node_modules/typescript/lib/lib.dom.d.ts:8744


Geolocation

Geolocation: Object

Call signature

new Geolocation(): Geolocation

Returns

Geolocation

Type declaration

Name Type
prototype Geolocation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8761

node_modules/typescript/lib/lib.dom.d.ts:8770


GeolocationCoordinates

GeolocationCoordinates: Object

Call signature

new GeolocationCoordinates(): GeolocationCoordinates

Returns

GeolocationCoordinates

Type declaration

Name Type
prototype GeolocationCoordinates

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8780

node_modules/typescript/lib/lib.dom.d.ts:8797


GeolocationPosition

GeolocationPosition: Object

Call signature

new GeolocationPosition(): GeolocationPosition

Returns

GeolocationPosition

Type declaration

Name Type
prototype GeolocationPosition

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8807

node_modules/typescript/lib/lib.dom.d.ts:8814


GeolocationPositionError

GeolocationPositionError: Object

Call signature

new GeolocationPositionError(): GeolocationPositionError

Returns

GeolocationPositionError

Type declaration

Name Type
PERMISSION_DENIED 1
POSITION_UNAVAILABLE 2
TIMEOUT 3
prototype GeolocationPositionError

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8820

node_modules/typescript/lib/lib.dom.d.ts:8830


HTMLAllCollection

HTMLAllCollection: Object

Call signature

new HTMLAllCollection(): HTMLAllCollection

Returns

HTMLAllCollection

Type declaration

Name Type
prototype HTMLAllCollection

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9381

node_modules/typescript/lib/lib.dom.d.ts:9407


HTMLAnchorElement

HTMLAnchorElement: Object

Call signature

new HTMLAnchorElement(): HTMLAnchorElement

Returns

HTMLAnchorElement

Type declaration

Name Type
prototype HTMLAnchorElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9417

node_modules/typescript/lib/lib.dom.d.ts:9492


HTMLAreaElement

HTMLAreaElement: Object

Call signature

new HTMLAreaElement(): HTMLAreaElement

Returns

HTMLAreaElement

Type declaration

Name Type
prototype HTMLAreaElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9502

node_modules/typescript/lib/lib.dom.d.ts:9549


HTMLAudioElement

HTMLAudioElement: Object

Call signature

new HTMLAudioElement(): HTMLAudioElement

Returns

HTMLAudioElement

Type declaration

Name Type
prototype HTMLAudioElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9559

node_modules/typescript/lib/lib.dom.d.ts:9566


HTMLBRElement

HTMLBRElement: Object

Call signature

new HTMLBRElement(): HTMLBRElement

Returns

HTMLBRElement

Type declaration

Name Type
prototype HTMLBRElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9576

node_modules/typescript/lib/lib.dom.d.ts:9590


HTMLBaseElement

HTMLBaseElement: Object

Call signature

new HTMLBaseElement(): HTMLBaseElement

Returns

HTMLBaseElement

Type declaration

Name Type
prototype HTMLBaseElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9600

node_modules/typescript/lib/lib.dom.d.ts:9619


HTMLBodyElement

HTMLBodyElement: Object

Call signature

new HTMLBodyElement(): HTMLBodyElement

Returns

HTMLBodyElement

Type declaration

Name Type
prototype HTMLBodyElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9632

node_modules/typescript/lib/lib.dom.d.ts:9675


HTMLButtonElement

HTMLButtonElement: Object

Call signature

new HTMLButtonElement(): HTMLButtonElement

Returns

HTMLButtonElement

Type declaration

Name Type
prototype HTMLButtonElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9685

node_modules/typescript/lib/lib.dom.d.ts:9777


HTMLCanvasElement

HTMLCanvasElement: Object

Call signature

new HTMLCanvasElement(): HTMLCanvasElement

Returns

HTMLCanvasElement

Type declaration

Name Type
prototype HTMLCanvasElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9787

node_modules/typescript/lib/lib.dom.d.ts:9830


HTMLCollection

HTMLCollection: Object

Call signature

new HTMLCollection(): HTMLCollection

Returns

HTMLCollection

Type declaration

Name Type
prototype HTMLCollection

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9856

node_modules/typescript/lib/lib.dom.d.ts:9865


HTMLDListElement

HTMLDListElement: Object

Call signature

new HTMLDListElement(): HTMLDListElement

Returns

HTMLDListElement

Type declaration

Name Type
prototype HTMLDListElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9881

node_modules/typescript/lib/lib.dom.d.ts:9894


HTMLDataElement

HTMLDataElement: Object

Call signature

new HTMLDataElement(): HTMLDataElement

Returns

HTMLDataElement

Type declaration

Name Type
prototype HTMLDataElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9904

node_modules/typescript/lib/lib.dom.d.ts:9913


HTMLDataListElement

HTMLDataListElement: Object

Call signature

new HTMLDataListElement(): HTMLDataListElement

Returns

HTMLDataListElement

Type declaration

Name Type
prototype HTMLDataListElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9923

node_modules/typescript/lib/lib.dom.d.ts:9936


HTMLDetailsElement

HTMLDetailsElement: Object

Call signature

new HTMLDetailsElement(): HTMLDetailsElement

Returns

HTMLDetailsElement

Type declaration

Name Type
prototype HTMLDetailsElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9942

node_modules/typescript/lib/lib.dom.d.ts:9951


HTMLDialogElement

HTMLDialogElement: Object

Call signature

new HTMLDialogElement(): HTMLDialogElement

Returns

HTMLDialogElement

Type declaration

Name Type
prototype HTMLDialogElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9957

node_modules/typescript/lib/lib.dom.d.ts:9984


HTMLDirectoryElement

HTMLDirectoryElement: Object

Call signature

new HTMLDirectoryElement(): HTMLDirectoryElement

Returns

HTMLDirectoryElement

Deprecated

Type declaration

Name Type
prototype HTMLDirectoryElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9990

node_modules/typescript/lib/lib.dom.d.ts:10000


HTMLDivElement

HTMLDivElement: Object

Call signature

new HTMLDivElement(): HTMLDivElement

Returns

HTMLDivElement

Type declaration

Name Type
prototype HTMLDivElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10010

node_modules/typescript/lib/lib.dom.d.ts:10024


HTMLElement

HTMLElement: Object

Call signature

new HTMLElement(): HTMLElement

Returns

HTMLElement

Type declaration

Name Type
prototype HTMLElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10051

node_modules/typescript/lib/lib.dom.d.ts:10104


HTMLEmbedElement

HTMLEmbedElement: Object

Call signature

new HTMLEmbedElement(): HTMLEmbedElement

Returns

HTMLEmbedElement

Type declaration

Name Type
prototype HTMLEmbedElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10114

node_modules/typescript/lib/lib.dom.d.ts:10136


HTMLFieldSetElement

HTMLFieldSetElement: Object

Call signature

new HTMLFieldSetElement(): HTMLFieldSetElement

Returns

HTMLFieldSetElement

Type declaration

Name Type
prototype HTMLFieldSetElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10146

node_modules/typescript/lib/lib.dom.d.ts:10202


HTMLFontElement

HTMLFontElement: Object

Call signature

new HTMLFontElement(): HTMLFontElement

Returns

HTMLFontElement

Deprecated

Type declaration

Name Type
prototype HTMLFontElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10213

node_modules/typescript/lib/lib.dom.d.ts:10240


HTMLFormControlsCollection

HTMLFormControlsCollection: Object

Call signature

new HTMLFormControlsCollection(): HTMLFormControlsCollection

Returns

HTMLFormControlsCollection

Type declaration

Name Type
prototype HTMLFormControlsCollection

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10250

node_modules/typescript/lib/lib.dom.d.ts:10261


HTMLFormElement

HTMLFormElement: Object

Call signature

new HTMLFormElement(): HTMLFormElement

Returns

HTMLFormElement

Type declaration

Name Type
prototype HTMLFormElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10271

node_modules/typescript/lib/lib.dom.d.ts:10370


HTMLFrameElement

HTMLFrameElement: Object

Call signature

new HTMLFrameElement(): HTMLFrameElement

Returns

HTMLFrameElement

Deprecated

Type declaration

Name Type
prototype HTMLFrameElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10380

node_modules/typescript/lib/lib.dom.d.ts:10458


HTMLFrameSetElement

HTMLFrameSetElement: Object

Call signature

new HTMLFrameSetElement(): HTMLFrameSetElement

Returns

HTMLFrameSetElement

Deprecated

Type declaration

Name Type
prototype HTMLFrameSetElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10472

node_modules/typescript/lib/lib.dom.d.ts:10490


HTMLHRElement

HTMLHRElement: Object

Call signature

new HTMLHRElement(): HTMLHRElement

Returns

HTMLHRElement

Type declaration

Name Type
prototype HTMLHRElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10500

node_modules/typescript/lib/lib.dom.d.ts:10526


HTMLHeadElement

HTMLHeadElement: Object

Call signature

new HTMLHeadElement(): HTMLHeadElement

Returns

HTMLHeadElement

Type declaration

Name Type
prototype HTMLHeadElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10536

node_modules/typescript/lib/lib.dom.d.ts:10543


HTMLHeadingElement

HTMLHeadingElement: Object

Call signature

new HTMLHeadingElement(): HTMLHeadingElement

Returns

HTMLHeadingElement

Type declaration

Name Type
prototype HTMLHeadingElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10553

node_modules/typescript/lib/lib.dom.d.ts:10567


HTMLHtmlElement

HTMLHtmlElement: Object

Call signature

new HTMLHtmlElement(): HTMLHtmlElement

Returns

HTMLHtmlElement

Type declaration

Name Type
prototype HTMLHtmlElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10577

node_modules/typescript/lib/lib.dom.d.ts:10591


HTMLIFrameElement

HTMLIFrameElement: Object

Call signature

new HTMLIFrameElement(): HTMLIFrameElement

Returns

HTMLIFrameElement

Type declaration

Name Type
prototype HTMLIFrameElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10691

node_modules/typescript/lib/lib.dom.d.ts:10789


HTMLImageElement

HTMLImageElement: Object

Call signature

new HTMLImageElement(): HTMLImageElement

Returns

HTMLImageElement

Type declaration

Name Type
prototype HTMLImageElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10799

node_modules/typescript/lib/lib.dom.d.ts:10932


HTMLInputElement

HTMLInputElement: Object

Call signature

new HTMLInputElement(): HTMLInputElement

Returns

HTMLInputElement

Type declaration

Name Type
prototype HTMLInputElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:10942

node_modules/typescript/lib/lib.dom.d.ts:11166


HTMLLIElement

HTMLLIElement: Object

Call signature

new HTMLLIElement(): HTMLLIElement

Returns

HTMLLIElement

Type declaration

Name Type
prototype HTMLLIElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11176

node_modules/typescript/lib/lib.dom.d.ts:11187


HTMLLabelElement

HTMLLabelElement: Object

Call signature

new HTMLLabelElement(): HTMLLabelElement

Returns

HTMLLabelElement

Type declaration

Name Type
prototype HTMLLabelElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11197

node_modules/typescript/lib/lib.dom.d.ts:11222


HTMLLegendElement

HTMLLegendElement: Object

Call signature

new HTMLLegendElement(): HTMLLegendElement

Returns

HTMLLegendElement

Type declaration

Name Type
prototype HTMLLegendElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11232

node_modules/typescript/lib/lib.dom.d.ts:11243


HTMLLinkElement

HTMLLinkElement: Object

Call signature

new HTMLLinkElement(): HTMLLinkElement

Returns

HTMLLinkElement

Type declaration

Name Type
prototype HTMLLinkElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11253

node_modules/typescript/lib/lib.dom.d.ts:11303


HTMLMapElement

HTMLMapElement: Object

Call signature

new HTMLMapElement(): HTMLMapElement

Returns

HTMLMapElement

Type declaration

Name Type
prototype HTMLMapElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11313

node_modules/typescript/lib/lib.dom.d.ts:11332


HTMLMarqueeElement

HTMLMarqueeElement: Object

Call signature

new HTMLMarqueeElement(): HTMLMarqueeElement

Returns

HTMLMarqueeElement

Deprecated

Type declaration

Name Type
prototype HTMLMarqueeElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11343

node_modules/typescript/lib/lib.dom.d.ts:11377


HTMLMediaElement

HTMLMediaElement: Object

Call signature

new HTMLMediaElement(): HTMLMediaElement

Returns

HTMLMediaElement

Type declaration

Name Type
HAVE_CURRENT_DATA 2
HAVE_ENOUGH_DATA 4
HAVE_FUTURE_DATA 3
HAVE_METADATA 1
HAVE_NOTHING 0
NETWORK_EMPTY 0
NETWORK_IDLE 1
NETWORK_LOADING 2
NETWORK_NO_SOURCE 3
prototype HTMLMediaElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11392

node_modules/typescript/lib/lib.dom.d.ts:11587


HTMLMenuElement

HTMLMenuElement: Object

Call signature

new HTMLMenuElement(): HTMLMenuElement

Returns

HTMLMenuElement

Type declaration

Name Type
prototype HTMLMenuElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11602

node_modules/typescript/lib/lib.dom.d.ts:11615


HTMLMetaElement

HTMLMetaElement: Object

Call signature

new HTMLMetaElement(): HTMLMetaElement

Returns

HTMLMetaElement

Type declaration

Name Type
prototype HTMLMetaElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11625

node_modules/typescript/lib/lib.dom.d.ts:11644


HTMLMeterElement

HTMLMeterElement: Object

Call signature

new HTMLMeterElement(): HTMLMeterElement

Returns

HTMLMeterElement

Type declaration

Name Type
prototype HTMLMeterElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11654

node_modules/typescript/lib/lib.dom.d.ts:11675


HTMLModElement

HTMLModElement: Object

Call signature

new HTMLModElement(): HTMLModElement

Returns

HTMLModElement

Type declaration

Name Type
prototype HTMLModElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11685

node_modules/typescript/lib/lib.dom.d.ts:11704


HTMLOListElement

HTMLOListElement: Object

Call signature

new HTMLOListElement(): HTMLOListElement

Returns

HTMLOListElement

Type declaration

Name Type
prototype HTMLOListElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11714

node_modules/typescript/lib/lib.dom.d.ts:11737


HTMLObjectElement

HTMLObjectElement: Object

Call signature

new HTMLObjectElement(): HTMLObjectElement

Returns

HTMLObjectElement

Type declaration

Name Type
prototype HTMLObjectElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11747

node_modules/typescript/lib/lib.dom.d.ts:11904


HTMLOptGroupElement

HTMLOptGroupElement: Object

Call signature

new HTMLOptGroupElement(): HTMLOptGroupElement

Returns

HTMLOptGroupElement

Type declaration

Name Type
prototype HTMLOptGroupElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11914

node_modules/typescript/lib/lib.dom.d.ts:11929


HTMLOptionElement

HTMLOptionElement: Object

Call signature

new HTMLOptionElement(): HTMLOptionElement

Returns

HTMLOptionElement

Type declaration

Name Type
prototype HTMLOptionElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:11939

node_modules/typescript/lib/lib.dom.d.ts:11990


HTMLOptionsCollection

HTMLOptionsCollection: Object

Call signature

new HTMLOptionsCollection(): HTMLOptionsCollection

Returns

HTMLOptionsCollection

Type declaration

Name Type
prototype HTMLOptionsCollection

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12000

node_modules/typescript/lib/lib.dom.d.ts:12039


HTMLOutputElement

HTMLOutputElement: Object

Call signature

new HTMLOutputElement(): HTMLOutputElement

Returns

HTMLOutputElement

Type declaration

Name Type
prototype HTMLOutputElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12063

node_modules/typescript/lib/lib.dom.d.ts:12106


HTMLParagraphElement

HTMLParagraphElement: Object

Call signature

new HTMLParagraphElement(): HTMLParagraphElement

Returns

HTMLParagraphElement

Type declaration

Name Type
prototype HTMLParagraphElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12116

node_modules/typescript/lib/lib.dom.d.ts:12130


HTMLParamElement

HTMLParamElement: Object

Call signature

new HTMLParamElement(): HTMLParamElement

Returns

HTMLParamElement

Deprecated

Type declaration

Name Type
prototype HTMLParamElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12141

node_modules/typescript/lib/lib.dom.d.ts:12177


HTMLPictureElement

HTMLPictureElement: Object

Call signature

new HTMLPictureElement(): HTMLPictureElement

Returns

HTMLPictureElement

Type declaration

Name Type
prototype HTMLPictureElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12187

node_modules/typescript/lib/lib.dom.d.ts:12194


HTMLPreElement

HTMLPreElement: Object

Call signature

new HTMLPreElement(): HTMLPreElement

Returns

HTMLPreElement

Type declaration

Name Type
prototype HTMLPreElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12204

node_modules/typescript/lib/lib.dom.d.ts:12218


HTMLProgressElement

HTMLProgressElement: Object

Call signature

new HTMLProgressElement(): HTMLProgressElement

Returns

HTMLProgressElement

Type declaration

Name Type
prototype HTMLProgressElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12228

node_modules/typescript/lib/lib.dom.d.ts:12255


HTMLQuoteElement

HTMLQuoteElement: Object

Call signature

new HTMLQuoteElement(): HTMLQuoteElement

Returns

HTMLQuoteElement

Type declaration

Name Type
prototype HTMLQuoteElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12265

node_modules/typescript/lib/lib.dom.d.ts:12278


HTMLScriptElement

HTMLScriptElement: Object

Call signature

new HTMLScriptElement(): HTMLScriptElement

Returns

HTMLScriptElement

Type declaration

Name Type
prototype HTMLScriptElement
supports (type: string) => boolean

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12288

node_modules/typescript/lib/lib.dom.d.ts:12324


HTMLSelectElement

HTMLSelectElement: Object

Call signature

new HTMLSelectElement(): HTMLSelectElement

Returns

HTMLSelectElement

Type declaration

Name Type
prototype HTMLSelectElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12336

node_modules/typescript/lib/lib.dom.d.ts:12476


HTMLSlotElement

HTMLSlotElement: Object

Call signature

new HTMLSlotElement(): HTMLSlotElement

Returns

HTMLSlotElement

Type declaration

Name Type
prototype HTMLSlotElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12482

node_modules/typescript/lib/lib.dom.d.ts:12497


HTMLSourceElement

HTMLSourceElement: Object

Call signature

new HTMLSourceElement(): HTMLSourceElement

Returns

HTMLSourceElement

Type declaration

Name Type
prototype HTMLSourceElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12507

node_modules/typescript/lib/lib.dom.d.ts:12538


HTMLSpanElement

HTMLSpanElement: Object

Call signature

new HTMLSpanElement(): HTMLSpanElement

Returns

HTMLSpanElement

Type declaration

Name Type
prototype HTMLSpanElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12548

node_modules/typescript/lib/lib.dom.d.ts:12555


HTMLStyleElement

HTMLStyleElement: Object

Call signature

new HTMLStyleElement(): HTMLStyleElement

Returns

HTMLStyleElement

Type declaration

Name Type
prototype HTMLStyleElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12565

node_modules/typescript/lib/lib.dom.d.ts:12591


HTMLTableCaptionElement

HTMLTableCaptionElement: Object

Call signature

new HTMLTableCaptionElement(): HTMLTableCaptionElement

Returns

HTMLTableCaptionElement

Type declaration

Name Type
prototype HTMLTableCaptionElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12601

node_modules/typescript/lib/lib.dom.d.ts:12615


HTMLTableCellElement

HTMLTableCellElement: Object

Call signature

new HTMLTableCellElement(): HTMLTableCellElement

Returns

HTMLTableCellElement

Type declaration

Name Type
prototype HTMLTableCellElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12625

node_modules/typescript/lib/lib.dom.d.ts:12727


HTMLTableColElement

HTMLTableColElement: Object

Call signature

new HTMLTableColElement(): HTMLTableColElement

Returns

HTMLTableColElement

Type declaration

Name Type
prototype HTMLTableColElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12737

node_modules/typescript/lib/lib.dom.d.ts:12782


HTMLTableElement

HTMLTableElement: Object

Call signature

new HTMLTableElement(): HTMLTableElement

Returns

HTMLTableElement

Type declaration

Name Type
prototype HTMLTableElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12800

node_modules/typescript/lib/lib.dom.d.ts:12955


HTMLTableRowElement

HTMLTableRowElement: Object

Call signature

new HTMLTableRowElement(): HTMLTableRowElement

Returns

HTMLTableRowElement

Type declaration

Name Type
prototype HTMLTableRowElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:12973

node_modules/typescript/lib/lib.dom.d.ts:13043


HTMLTableSectionElement

HTMLTableSectionElement: Object

Call signature

new HTMLTableSectionElement(): HTMLTableSectionElement

Returns

HTMLTableSectionElement

Type declaration

Name Type
prototype HTMLTableSectionElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13053

node_modules/typescript/lib/lib.dom.d.ts:13105


HTMLTemplateElement

HTMLTemplateElement: Object

Call signature

new HTMLTemplateElement(): HTMLTemplateElement

Returns

HTMLTemplateElement

Type declaration

Name Type
prototype HTMLTemplateElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13115

node_modules/typescript/lib/lib.dom.d.ts:13128


HTMLTextAreaElement

HTMLTextAreaElement: Object

Call signature

new HTMLTextAreaElement(): HTMLTextAreaElement

Returns

HTMLTextAreaElement

Type declaration

Name Type
prototype HTMLTextAreaElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13138

node_modules/typescript/lib/lib.dom.d.ts:13209


HTMLTimeElement

HTMLTimeElement: Object

Call signature

new HTMLTimeElement(): HTMLTimeElement

Returns

HTMLTimeElement

Type declaration

Name Type
prototype HTMLTimeElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13219

node_modules/typescript/lib/lib.dom.d.ts:13228


HTMLTitleElement

HTMLTitleElement: Object

Call signature

new HTMLTitleElement(): HTMLTitleElement

Returns

HTMLTitleElement

Type declaration

Name Type
prototype HTMLTitleElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13238

node_modules/typescript/lib/lib.dom.d.ts:13251


HTMLTrackElement

HTMLTrackElement: Object

Call signature

new HTMLTrackElement(): HTMLTrackElement

Returns

HTMLTrackElement

Type declaration

Name Type
ERROR 3
LOADED 2
LOADING 1
NONE 0
prototype HTMLTrackElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13261

node_modules/typescript/lib/lib.dom.d.ts:13290


HTMLUListElement

HTMLUListElement: Object

Call signature

new HTMLUListElement(): HTMLUListElement

Returns

HTMLUListElement

Type declaration

Name Type
prototype HTMLUListElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13304

node_modules/typescript/lib/lib.dom.d.ts:13323


HTMLUnknownElement

HTMLUnknownElement: Object

Call signature

new HTMLUnknownElement(): HTMLUnknownElement

Returns

HTMLUnknownElement

Type declaration

Name Type
prototype HTMLUnknownElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13333

node_modules/typescript/lib/lib.dom.d.ts:13340


HTMLVideoElement

HTMLVideoElement: Object

Call signature

new HTMLVideoElement(): HTMLVideoElement

Returns

HTMLVideoElement

Type declaration

Name Type
prototype HTMLVideoElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13355

node_modules/typescript/lib/lib.dom.d.ts:13406


HashChangeEvent

HashChangeEvent: Object

Call signature

new HashChangeEvent(type, eventInitDict?): HashChangeEvent

Parameters
Name Type
type string
eventInitDict? HashChangeEventInit
Returns

HashChangeEvent

Type declaration

Name Type
prototype HashChangeEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13416

node_modules/typescript/lib/lib.dom.d.ts:13431


History

History: Object

Call signature

new History(): History

Returns

History

Type declaration

Name Type
prototype History

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13467

node_modules/typescript/lib/lib.dom.d.ts:13486


IDBCursor

IDBCursor: Object

Call signature

new IDBCursor(): IDBCursor

Returns

IDBCursor

Type declaration

Name Type
prototype IDBCursor

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13496

node_modules/typescript/lib/lib.dom.d.ts:13561


IDBCursorWithValue

IDBCursorWithValue: Object

Call signature

new IDBCursorWithValue(): IDBCursorWithValue

Returns

IDBCursorWithValue

Type declaration

Name Type
prototype IDBCursorWithValue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13571

node_modules/typescript/lib/lib.dom.d.ts:13580


IDBDatabase

IDBDatabase: Object

Call signature

new IDBDatabase(): IDBDatabase

Returns

IDBDatabase

Type declaration

Name Type
prototype IDBDatabase

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13597

node_modules/typescript/lib/lib.dom.d.ts:13656


IDBFactory

IDBFactory: Object

Call signature

new IDBFactory(): IDBFactory

Returns

IDBFactory

Type declaration

Name Type
prototype IDBFactory

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13666

node_modules/typescript/lib/lib.dom.d.ts:13691


IDBIndex

IDBIndex: Object

Call signature

new IDBIndex(): IDBIndex

Returns

IDBIndex

Type declaration

Name Type
prototype IDBIndex

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13701

node_modules/typescript/lib/lib.dom.d.ts:13778


IDBKeyRange

IDBKeyRange: Object

Call signature

new IDBKeyRange(): IDBKeyRange

Returns

IDBKeyRange

Type declaration

Name Type
prototype IDBKeyRange
bound (lower: any, upper: any, lowerOpen?: boolean, upperOpen?: boolean) => IDBKeyRange
lowerBound (lower: any, open?: boolean) => IDBKeyRange
only (value: any) => IDBKeyRange
upperBound (upper: any, open?: boolean) => IDBKeyRange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13788

node_modules/typescript/lib/lib.dom.d.ts:13821


IDBObjectStore

IDBObjectStore: Object

Call signature

new IDBObjectStore(): IDBObjectStore

Returns

IDBObjectStore

Type declaration

Name Type
prototype IDBObjectStore

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13855

node_modules/typescript/lib/lib.dom.d.ts:14002


IDBOpenDBRequest

IDBOpenDBRequest: Object

Call signature

new IDBOpenDBRequest(): IDBOpenDBRequest

Returns

IDBOpenDBRequest

Type declaration

Name Type
prototype IDBOpenDBRequest

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14017

node_modules/typescript/lib/lib.dom.d.ts:14028


IDBRequest

IDBRequest: Object

Call signature

new IDBRequest(): IDBRequest<any>

Returns

IDBRequest<any>

Type declaration

Name Type
prototype IDBRequest<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14043

node_modules/typescript/lib/lib.dom.d.ts:14084


IDBTransaction

IDBTransaction: Object

Call signature

new IDBTransaction(): IDBTransaction

Returns

IDBTransaction

Type declaration

Name Type
prototype IDBTransaction

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14096

node_modules/typescript/lib/lib.dom.d.ts:14149


IDBVersionChangeEvent

IDBVersionChangeEvent: Object

Call signature

new IDBVersionChangeEvent(type, eventInitDict?): IDBVersionChangeEvent

Parameters
Name Type
type string
eventInitDict? IDBVersionChangeEventInit
Returns

IDBVersionChangeEvent

Type declaration

Name Type
prototype IDBVersionChangeEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14159

node_modules/typescript/lib/lib.dom.d.ts:14166


IdleDeadline

IdleDeadline: Object

Call signature

new IdleDeadline(): IdleDeadline

Returns

IdleDeadline

Type declaration

Name Type
prototype IdleDeadline

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14187

node_modules/typescript/lib/lib.dom.d.ts:14194


ImageBitmap

ImageBitmap: Object

Call signature

new ImageBitmap(): ImageBitmap

Returns

ImageBitmap

Type declaration

Name Type
prototype ImageBitmap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14200

node_modules/typescript/lib/lib.dom.d.ts:14221


ImageBitmapRenderingContext

ImageBitmapRenderingContext: Object

Call signature

new ImageBitmapRenderingContext(): ImageBitmapRenderingContext

Returns

ImageBitmapRenderingContext

Type declaration

Name Type
prototype ImageBitmapRenderingContext

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14227

node_modules/typescript/lib/lib.dom.d.ts:14238


ImageData

ImageData: Object

Call signature

new ImageData(sw, sh, settings?): ImageData

Parameters
Name Type
sw number
sh number
settings? ImageDataSettings
Returns

ImageData

new ImageData(data, sw, sh?, settings?): ImageData

Parameters
Name Type
data Uint8ClampedArray
sw number
sh? number
settings? ImageDataSettings
Returns

ImageData

Type declaration

Name Type
prototype ImageData

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14248

node_modules/typescript/lib/lib.dom.d.ts:14271


InputEvent

InputEvent: Object

Call signature

new InputEvent(type, eventInitDict?): InputEvent

Parameters
Name Type
type string
eventInitDict? InputEventInit
Returns

InputEvent

Type declaration

Name Type
prototype InputEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14298

node_modules/typescript/lib/lib.dom.d.ts:14311


KeyboardEvent

KeyboardEvent: Object

Call signature

new KeyboardEvent(type, eventInitDict?): KeyboardEvent

Parameters
Name Type
type string
eventInitDict? KeyboardEventInit
Returns

KeyboardEvent

Type declaration

Name Type
DOM_KEY_LOCATION_LEFT 1
DOM_KEY_LOCATION_NUMPAD 3
DOM_KEY_LOCATION_RIGHT 2
DOM_KEY_LOCATION_STANDARD 0
prototype KeyboardEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14380

node_modules/typescript/lib/lib.dom.d.ts:14421


Location

Location: Object

Call signature

new Location(): Location

Returns

Location

Type declaration

Name Type
prototype Location

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14462

node_modules/typescript/lib/lib.dom.d.ts:14560


Lock

Lock: Object

Call signature

new Lock(): Lock

Returns

Lock

Type declaration

Name Type
prototype Lock

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14570

node_modules/typescript/lib/lib.dom.d.ts:14577


LockManager

LockManager: Object

Call signature

new LockManager(): LockManager

Returns

LockManager

Type declaration

Name Type
prototype LockManager

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14587

node_modules/typescript/lib/lib.dom.d.ts:14595


MIDIAccess

MIDIAccess: Object

Call signature

new MIDIAccess(): MIDIAccess

Returns

MIDIAccess

Type declaration

Name Type
prototype MIDIAccess

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14609

node_modules/typescript/lib/lib.dom.d.ts:14624


MIDIConnectionEvent

MIDIConnectionEvent: Object

Call signature

new MIDIConnectionEvent(type, eventInitDict?): MIDIConnectionEvent

Parameters
Name Type
type string
eventInitDict? MIDIConnectionEventInit
Returns

MIDIConnectionEvent

Type declaration

Name Type
prototype MIDIConnectionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14634

node_modules/typescript/lib/lib.dom.d.ts:14639


MIDIInput

MIDIInput: Object

Call signature

new MIDIInput(): MIDIInput

Returns

MIDIInput

Type declaration

Name Type
prototype MIDIInput

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14653

node_modules/typescript/lib/lib.dom.d.ts:14662


MIDIInputMap

MIDIInputMap: Object

Call signature

new MIDIInputMap(): MIDIInputMap

Returns

MIDIInputMap

Type declaration

Name Type
prototype MIDIInputMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14672

node_modules/typescript/lib/lib.dom.d.ts:14676


MIDIMessageEvent

MIDIMessageEvent: Object

Call signature

new MIDIMessageEvent(type, eventInitDict?): MIDIMessageEvent

Parameters
Name Type
type string
eventInitDict? MIDIMessageEventInit
Returns

MIDIMessageEvent

Type declaration

Name Type
prototype MIDIMessageEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14686

node_modules/typescript/lib/lib.dom.d.ts:14691


MIDIOutput

MIDIOutput: Object

Call signature

new MIDIOutput(): MIDIOutput

Returns

MIDIOutput

Type declaration

Name Type
prototype MIDIOutput

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14701

node_modules/typescript/lib/lib.dom.d.ts:14710


MIDIOutputMap

MIDIOutputMap: Object

Call signature

new MIDIOutputMap(): MIDIOutputMap

Returns

MIDIOutputMap

Type declaration

Name Type
prototype MIDIOutputMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14720

node_modules/typescript/lib/lib.dom.d.ts:14724


MIDIPort

MIDIPort: Object

Call signature

new MIDIPort(): MIDIPort

Returns

MIDIPort

Type declaration

Name Type
prototype MIDIPort

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14738

node_modules/typescript/lib/lib.dom.d.ts:14765


MathMLElement

MathMLElement: Object

Call signature

new MathMLElement(): MathMLElement

Returns

MathMLElement

Type declaration

Name Type
prototype MathMLElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14774

node_modules/typescript/lib/lib.dom.d.ts:14781


MediaCapabilities

MediaCapabilities: Object

Call signature

new MediaCapabilities(): MediaCapabilities

Returns

MediaCapabilities

Type declaration

Name Type
prototype MediaCapabilities

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14787

node_modules/typescript/lib/lib.dom.d.ts:14794


MediaDeviceInfo

MediaDeviceInfo: Object

Call signature

new MediaDeviceInfo(): MediaDeviceInfo

Returns

MediaDeviceInfo

Type declaration

Name Type
prototype MediaDeviceInfo

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14805

node_modules/typescript/lib/lib.dom.d.ts:14818


MediaDevices

MediaDevices: Object

Call signature

new MediaDevices(): MediaDevices

Returns

MediaDevices

Type declaration

Name Type
prototype MediaDevices

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14833

node_modules/typescript/lib/lib.dom.d.ts:14850


MediaEncryptedEvent

MediaEncryptedEvent: Object

Call signature

new MediaEncryptedEvent(type, eventInitDict?): MediaEncryptedEvent

Parameters
Name Type
type string
eventInitDict? MediaEncryptedEventInit
Returns

MediaEncryptedEvent

Type declaration

Name Type
prototype MediaEncryptedEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14871

node_modules/typescript/lib/lib.dom.d.ts:14878


MediaError

MediaError: Object

Call signature

new MediaError(): MediaError

Returns

MediaError

Type declaration

Name Type
MEDIA_ERR_ABORTED 1
MEDIA_ERR_DECODE 3
MEDIA_ERR_NETWORK 2
MEDIA_ERR_SRC_NOT_SUPPORTED 4
prototype MediaError

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14888

node_modules/typescript/lib/lib.dom.d.ts:14899


MediaKeyMessageEvent

MediaKeyMessageEvent: Object

Call signature

new MediaKeyMessageEvent(type, eventInitDict): MediaKeyMessageEvent

Parameters
Name Type
type string
eventInitDict MediaKeyMessageEventInit
Returns

MediaKeyMessageEvent

Type declaration

Name Type
prototype MediaKeyMessageEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14914

node_modules/typescript/lib/lib.dom.d.ts:14921


MediaKeySession

MediaKeySession: Object

Call signature

new MediaKeySession(): MediaKeySession

Returns

MediaKeySession

Type declaration

Name Type
prototype MediaKeySession

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14937

node_modules/typescript/lib/lib.dom.d.ts:14966


MediaKeyStatusMap

MediaKeyStatusMap: Object

Call signature

new MediaKeyStatusMap(): MediaKeyStatusMap

Returns

MediaKeyStatusMap

Type declaration

Name Type
prototype MediaKeyStatusMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14977

node_modules/typescript/lib/lib.dom.d.ts:14987


MediaKeySystemAccess

MediaKeySystemAccess: Object

Call signature

new MediaKeySystemAccess(): MediaKeySystemAccess

Returns

MediaKeySystemAccess

Type declaration

Name Type
prototype MediaKeySystemAccess

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14998

node_modules/typescript/lib/lib.dom.d.ts:15007


MediaKeys

MediaKeys: Object

Call signature

new MediaKeys(): MediaKeys

Returns

MediaKeys

Type declaration

Name Type
prototype MediaKeys

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15018

node_modules/typescript/lib/lib.dom.d.ts:15025


MediaList

MediaList: Object

Call signature

new MediaList(): MediaList

Returns

MediaList

Type declaration

Name Type
prototype MediaList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15031

node_modules/typescript/lib/lib.dom.d.ts:15046


MediaMetadata

MediaMetadata: Object

Call signature

new MediaMetadata(init?): MediaMetadata

Parameters
Name Type
init? MediaMetadataInit
Returns

MediaMetadata

Type declaration

Name Type
prototype MediaMetadata

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15052

node_modules/typescript/lib/lib.dom.d.ts:15063


MediaQueryList

MediaQueryList: Object

Call signature

new MediaQueryList(): MediaQueryList

Returns

MediaQueryList

Type declaration

Name Type
prototype MediaQueryList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15077

node_modules/typescript/lib/lib.dom.d.ts:15102


MediaQueryListEvent

MediaQueryListEvent: Object

Call signature

new MediaQueryListEvent(type, eventInitDict?): MediaQueryListEvent

Parameters
Name Type
type string
eventInitDict? MediaQueryListEventInit
Returns

MediaQueryListEvent

Type declaration

Name Type
prototype MediaQueryListEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15108

node_modules/typescript/lib/lib.dom.d.ts:15115


MediaSession

MediaSession: Object

Call signature

new MediaSession(): MediaSession

Returns

MediaSession

Type declaration

Name Type
prototype MediaSession

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15177

node_modules/typescript/lib/lib.dom.d.ts:15188


MediaSource

MediaSource: Object

Call signature

new MediaSource(): MediaSource

Returns

MediaSource

Type declaration

Name Type
prototype MediaSource
isTypeSupported (type: string) => boolean

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15204

node_modules/typescript/lib/lib.dom.d.ts:15235


MediaStream

MediaStream: Object

Call signature

new MediaStream(): MediaStream

Returns

MediaStream

new MediaStream(stream): MediaStream

Parameters
Name Type
stream MediaStream
Returns

MediaStream

new MediaStream(tracks): MediaStream

Parameters
Name Type
tracks MediaStreamTrack[]
Returns

MediaStream

Type declaration

Name Type
prototype MediaStream

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15252

node_modules/typescript/lib/lib.dom.d.ts:15281


MediaStreamTrack

MediaStreamTrack: Object

Call signature

new MediaStreamTrack(): MediaStreamTrack

Returns

MediaStreamTrack

Type declaration

Name Type
prototype MediaStreamTrack

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15325

node_modules/typescript/lib/lib.dom.d.ts:15364


MediaStreamTrackEvent

MediaStreamTrackEvent: Object

Call signature

new MediaStreamTrackEvent(type, eventInitDict): MediaStreamTrackEvent

Parameters
Name Type
type string
eventInitDict MediaStreamTrackEventInit
Returns

MediaStreamTrackEvent

Type declaration

Name Type
prototype MediaStreamTrackEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15374

node_modules/typescript/lib/lib.dom.d.ts:15379


MessageEvent

MessageEvent: Object

Call signature

new MessageEvent<T>(type, eventInitDict?): MessageEvent<T>

Type parameters
Name
T
Parameters
Name Type
type string
eventInitDict? MessageEventInit<T>
Returns

MessageEvent<T>

Type declaration

Name Type
prototype MessageEvent<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15414

node_modules/typescript/lib/lib.dom.d.ts:15453


MimeType

MimeType: Object

Call signature

new MimeType(): MimeType

Returns

MimeType

Deprecated

Type declaration

Name Type
prototype MimeType

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15511

node_modules/typescript/lib/lib.dom.d.ts:15543


MimeTypeArray

MimeTypeArray: Object

Call signature

new MimeTypeArray(): MimeTypeArray

Returns

MimeTypeArray

Deprecated

Type declaration

Name Type
prototype MimeTypeArray

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15554

node_modules/typescript/lib/lib.dom.d.ts:15577


MouseEvent

MouseEvent: Object

Call signature

new MouseEvent(type, eventInitDict?): MouseEvent

Parameters
Name Type
type string
eventInitDict? MouseEventInit
Returns

MouseEvent

Type declaration

Name Type
prototype MouseEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15587

node_modules/typescript/lib/lib.dom.d.ts:15636


MutationEvent

MutationEvent: Object

Call signature

new MutationEvent(): MutationEvent

Returns

MutationEvent

Deprecated

Type declaration

Name Type
ADDITION 2
MODIFICATION 1
REMOVAL 3
prototype MutationEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15647

node_modules/typescript/lib/lib.dom.d.ts:15690


NamedNodeMap

NamedNodeMap: Object

Call signature

new NamedNodeMap(): NamedNodeMap

Returns

NamedNodeMap

Type declaration

Name Type
prototype NamedNodeMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15803

node_modules/typescript/lib/lib.dom.d.ts:15823


NavigationPreloadManager

NavigationPreloadManager: Object

Call signature

new NavigationPreloadManager(): NavigationPreloadManager

Returns

NavigationPreloadManager

Type declaration

Name Type
prototype NavigationPreloadManager

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15833

node_modules/typescript/lib/lib.dom.d.ts:15844


Navigator

Navigator: Object

Call signature

new Navigator(): Navigator

Returns

Navigator

Type declaration

Name Type
prototype Navigator

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15854

node_modules/typescript/lib/lib.dom.d.ts:15926


Node

Node: Object

Call signature

new Node(): Node

Returns

Node

Type declaration

Name Type Description
ATTRIBUTE_NODE 2 -
CDATA_SECTION_NODE 4 node is a CDATASection node.
COMMENT_NODE 8 node is a Comment node.
DOCUMENT_FRAGMENT_NODE 11 node is a DocumentFragment node.
DOCUMENT_NODE 9 node is a document.
DOCUMENT_POSITION_CONTAINED_BY 16 Set when other is a descendant of node.
DOCUMENT_POSITION_CONTAINS 8 Set when other is an ancestor of node.
DOCUMENT_POSITION_DISCONNECTED 1 Set when node and other are not in the same tree.
DOCUMENT_POSITION_FOLLOWING 4 Set when other is following node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC 32 -
DOCUMENT_POSITION_PRECEDING 2 Set when other is preceding node.
DOCUMENT_TYPE_NODE 10 node is a doctype.
ELEMENT_NODE 1 node is an element.
ENTITY_NODE 6 -
ENTITY_REFERENCE_NODE 5 -
NOTATION_NODE 12 -
PROCESSING_INSTRUCTION_NODE 7 node is a ProcessingInstruction node.
TEXT_NODE 3 node is a Text node.
prototype Node -

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16068

node_modules/typescript/lib/lib.dom.d.ts:16236


NodeFilter

NodeFilter: Object

Type declaration

Name Type
FILTER_ACCEPT 1
FILTER_REJECT 2
FILTER_SKIP 3
SHOW_ALL 4294967295
SHOW_ATTRIBUTE 2
SHOW_CDATA_SECTION 8
SHOW_COMMENT 128
SHOW_DOCUMENT 256
SHOW_DOCUMENT_FRAGMENT 1024
SHOW_DOCUMENT_TYPE 512
SHOW_ELEMENT 1
SHOW_ENTITY 32
SHOW_ENTITY_REFERENCE 16
SHOW_NOTATION 2048
SHOW_PROCESSING_INSTRUCTION 64
SHOW_TEXT 4

Defined in

node_modules/typescript/lib/lib.dom.d.ts:2169

node_modules/typescript/lib/lib.dom.d.ts:2171


NodeIterator

NodeIterator: Object

Call signature

new NodeIterator(): NodeIterator

Returns

NodeIterator

Type declaration

Name Type
prototype NodeIterator

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16277

node_modules/typescript/lib/lib.dom.d.ts:16300


NodeList

NodeList: Object

Call signature

new NodeList(): NodeList

Returns

NodeList

Type declaration

Name Type
prototype NodeList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16310

node_modules/typescript/lib/lib.dom.d.ts:16332


Notification

Notification: Object

Call signature

new Notification(title, options?): Notification

Parameters
Name Type
title string
options? NotificationOptions
Returns

Notification

Type declaration

Name Type Description
permission NotificationPermission MDN Reference
prototype Notification -
requestPermission (deprecatedCallback?: NotificationPermissionCallback) => Promise<NotificationPermission> MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16384

node_modules/typescript/lib/lib.dom.d.ts:16417


OfflineAudioCompletionEvent

OfflineAudioCompletionEvent: Object

Call signature

new OfflineAudioCompletionEvent(type, eventInitDict): OfflineAudioCompletionEvent

Parameters
Name Type
type string
eventInitDict OfflineAudioCompletionEventInit
Returns

OfflineAudioCompletionEvent

Type declaration

Name Type
prototype OfflineAudioCompletionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16526

node_modules/typescript/lib/lib.dom.d.ts:16531


OffscreenCanvas

OffscreenCanvas: Object

Call signature

new OffscreenCanvas(width, height): OffscreenCanvas

Parameters
Name Type
width number
height number
Returns

OffscreenCanvas

Type declaration

Name Type
prototype OffscreenCanvas

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16574

node_modules/typescript/lib/lib.dom.d.ts:16627


OffscreenCanvasRenderingContext2D

OffscreenCanvasRenderingContext2D: Object

Call signature

new OffscreenCanvasRenderingContext2D(): OffscreenCanvasRenderingContext2D

Returns

OffscreenCanvasRenderingContext2D

Type declaration

Name Type
prototype OffscreenCanvasRenderingContext2D

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16633

node_modules/typescript/lib/lib.dom.d.ts:16639


PageTransitionEvent

PageTransitionEvent: Object

Call signature

new PageTransitionEvent(type, eventInitDict?): PageTransitionEvent

Parameters
Name Type
type string
eventInitDict? PageTransitionEventInit
Returns

PageTransitionEvent

Type declaration

Name Type
prototype PageTransitionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16685

node_modules/typescript/lib/lib.dom.d.ts:16703


Path2D

Path2D: Object

Call signature

new Path2D(path?): Path2D

Parameters
Name Type
path? string | Path2D
Returns

Path2D

Type declaration

Name Type
prototype Path2D

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16835

node_modules/typescript/lib/lib.dom.d.ts:16844


PaymentMethodChangeEvent

PaymentMethodChangeEvent: Object

Call signature

new PaymentMethodChangeEvent(type, eventInitDict?): PaymentMethodChangeEvent

Parameters
Name Type
type string
eventInitDict? PaymentMethodChangeEventInit
Returns

PaymentMethodChangeEvent

Type declaration

Name Type
prototype PaymentMethodChangeEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16854

node_modules/typescript/lib/lib.dom.d.ts:16861


PaymentRequestUpdateEvent

PaymentRequestUpdateEvent: Object

Call signature

new PaymentRequestUpdateEvent(type, eventInitDict?): PaymentRequestUpdateEvent

Parameters
Name Type
type string
eventInitDict? PaymentRequestUpdateEventInit
Returns

PaymentRequestUpdateEvent

Type declaration

Name Type
prototype PaymentRequestUpdateEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16904

node_modules/typescript/lib/lib.dom.d.ts:16909


Performance

Performance: Object

Call signature

new Performance(): Performance

Returns

Performance

Type declaration

Name Type
prototype Performance

Defined in

node_modules/typescript/lib/lib.dom.d.ts:16949

node_modules/typescript/lib/lib.dom.d.ts:16996


PerformanceEntry

PerformanceEntry: Object

Call signature

new PerformanceEntry(): PerformanceEntry

Returns

PerformanceEntry

Type declaration

Name Type
prototype PerformanceEntry

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17006

node_modules/typescript/lib/lib.dom.d.ts:17019


PerformanceMark

PerformanceMark: Object

Call signature

new PerformanceMark(markName, markOptions?): PerformanceMark

Parameters
Name Type
markName string
markOptions? PerformanceMarkOptions
Returns

PerformanceMark

Type declaration

Name Type
prototype PerformanceMark

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17048

node_modules/typescript/lib/lib.dom.d.ts:17053


PerformanceMeasure

PerformanceMeasure: Object

Call signature

new PerformanceMeasure(): PerformanceMeasure

Returns

PerformanceMeasure

Type declaration

Name Type
prototype PerformanceMeasure

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17063

node_modules/typescript/lib/lib.dom.d.ts:17068


PerformanceNavigation

PerformanceNavigation: Object

Call signature

new PerformanceNavigation(): PerformanceNavigation

Returns

PerformanceNavigation

Deprecated

Type declaration

Name Type
TYPE_BACK_FORWARD 2
TYPE_NAVIGATE 0
TYPE_RELOAD 1
TYPE_RESERVED 255
prototype PerformanceNavigation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17079

node_modules/typescript/lib/lib.dom.d.ts:17105


PerformanceTiming

PerformanceTiming: Object

Call signature

new PerformanceTiming(): PerformanceTiming

Returns

PerformanceTiming

Deprecated

Type declaration

Name Type
prototype PerformanceTiming

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17264

node_modules/typescript/lib/lib.dom.d.ts:17400


PermissionStatus

PermissionStatus: Object

Call signature

new PermissionStatus(): PermissionStatus

Returns

PermissionStatus

Type declaration

Name Type
prototype PermissionStatus

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17423

node_modules/typescript/lib/lib.dom.d.ts:17436


Permissions

Permissions: Object

Call signature

new Permissions(): Permissions

Returns

Permissions

Type declaration

Name Type
prototype Permissions

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17442

node_modules/typescript/lib/lib.dom.d.ts:17447


PictureInPictureEvent

PictureInPictureEvent: Object

Call signature

new PictureInPictureEvent(type, eventInitDict): PictureInPictureEvent

Parameters
Name Type
type string
eventInitDict PictureInPictureEventInit
Returns

PictureInPictureEvent

Type declaration

Name Type
prototype PictureInPictureEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17453

node_modules/typescript/lib/lib.dom.d.ts:17458


PictureInPictureWindow

PictureInPictureWindow: Object

Call signature

new PictureInPictureWindow(): PictureInPictureWindow

Returns

PictureInPictureWindow

Type declaration

Name Type
prototype PictureInPictureWindow

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17468

node_modules/typescript/lib/lib.dom.d.ts:17481


Plugin

Plugin: Object

Call signature

new Plugin(): Plugin

Returns

Plugin

Deprecated

Type declaration

Name Type
prototype Plugin

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17492

node_modules/typescript/lib/lib.dom.d.ts:17536


PluginArray

PluginArray: Object

Call signature

new PluginArray(): PluginArray

Returns

PluginArray

Deprecated

Type declaration

Name Type
prototype PluginArray

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17547

node_modules/typescript/lib/lib.dom.d.ts:17576


PointerEvent

PointerEvent: Object

Call signature

new PointerEvent(type, eventInitDict?): PointerEvent

Parameters
Name Type
type string
eventInitDict? PointerEventInit
Returns

PointerEvent

Type declaration

Name Type
prototype PointerEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17586

node_modules/typescript/lib/lib.dom.d.ts:17616


PopStateEvent

PopStateEvent: Object

Call signature

new PopStateEvent(type, eventInitDict?): PopStateEvent

Parameters
Name Type
type string
eventInitDict? PopStateEventInit
Returns

PopStateEvent

Type declaration

Name Type
prototype PopStateEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17626

node_modules/typescript/lib/lib.dom.d.ts:17635


ProcessingInstruction

ProcessingInstruction: Object

Call signature

new ProcessingInstruction(): ProcessingInstruction

Returns

ProcessingInstruction

Type declaration

Name Type
prototype ProcessingInstruction

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17652

node_modules/typescript/lib/lib.dom.d.ts:17658


ProgressEvent

ProgressEvent: Object

Call signature

new ProgressEvent(type, eventInitDict?): ProgressEvent<EventTarget>

Parameters
Name Type
type string
eventInitDict? ProgressEventInit
Returns

ProgressEvent<EventTarget>

Type declaration

Name Type
prototype ProgressEvent<EventTarget>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17668

node_modules/typescript/lib/lib.dom.d.ts:17678


PromiseRejectionEvent

PromiseRejectionEvent: Object

Call signature

new PromiseRejectionEvent(type, eventInitDict): PromiseRejectionEvent

Parameters
Name Type
type string
eventInitDict PromiseRejectionEventInit
Returns

PromiseRejectionEvent

Type declaration

Name Type
prototype PromiseRejectionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17684

node_modules/typescript/lib/lib.dom.d.ts:17691


PushManager

PushManager: Object

Call signature

new PushManager(): PushManager

Returns

PushManager

Type declaration

Name Type Description
prototype PushManager -
supportedContentEncodings readonly string[] MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17725

node_modules/typescript/lib/lib.dom.d.ts:17734


PushSubscription

PushSubscription: Object

Call signature

new PushSubscription(): PushSubscription

Returns

PushSubscription

Type declaration

Name Type
prototype PushSubscription

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17747

node_modules/typescript/lib/lib.dom.d.ts:17762


PushSubscriptionOptions

PushSubscriptionOptions: Object

Call signature

new PushSubscriptionOptions(): PushSubscriptionOptions

Returns

PushSubscriptionOptions

Type declaration

Name Type
prototype PushSubscriptionOptions

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17772

node_modules/typescript/lib/lib.dom.d.ts:17779


RTCDTMFSender

RTCDTMFSender: Object

Call signature

new RTCDTMFSender(): RTCDTMFSender

Returns

RTCDTMFSender

Type declaration

Name Type
prototype RTCDTMFSender

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17802

node_modules/typescript/lib/lib.dom.d.ts:17817


RTCDTMFToneChangeEvent

RTCDTMFToneChangeEvent: Object

Call signature

new RTCDTMFToneChangeEvent(type, eventInitDict?): RTCDTMFToneChangeEvent

Parameters
Name Type
type string
eventInitDict? RTCDTMFToneChangeEventInit
Returns

RTCDTMFToneChangeEvent

Type declaration

Name Type
prototype RTCDTMFToneChangeEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17827

node_modules/typescript/lib/lib.dom.d.ts:17832


RTCDataChannel

RTCDataChannel: Object

Call signature

new RTCDataChannel(): RTCDataChannel

Returns

RTCDataChannel

Type declaration

Name Type
prototype RTCDataChannel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17847

node_modules/typescript/lib/lib.dom.d.ts:17895


RTCDataChannelEvent

RTCDataChannelEvent: Object

Call signature

new RTCDataChannelEvent(type, eventInitDict): RTCDataChannelEvent

Parameters
Name Type
type string
eventInitDict RTCDataChannelEventInit
Returns

RTCDataChannelEvent

Type declaration

Name Type
prototype RTCDataChannelEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17901

node_modules/typescript/lib/lib.dom.d.ts:17906


RTCDtlsTransport

RTCDtlsTransport: Object

Call signature

new RTCDtlsTransport(): RTCDtlsTransport

Returns

RTCDtlsTransport

Type declaration

Name Type
prototype RTCDtlsTransport

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17917

node_modules/typescript/lib/lib.dom.d.ts:17933


RTCError

RTCError: Object

Call signature

new RTCError(init, message?): RTCError

Parameters
Name Type
init RTCErrorInit
message? string
Returns

RTCError

Type declaration

Name Type
prototype RTCError

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17962

node_modules/typescript/lib/lib.dom.d.ts:17975


RTCErrorEvent

RTCErrorEvent: Object

Call signature

new RTCErrorEvent(type, eventInitDict): RTCErrorEvent

Parameters
Name Type
type string
eventInitDict RTCErrorEventInit
Returns

RTCErrorEvent

Type declaration

Name Type
prototype RTCErrorEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17981

node_modules/typescript/lib/lib.dom.d.ts:17986


RTCIceCandidate

RTCIceCandidate: Object

Call signature

new RTCIceCandidate(candidateInitDict?): RTCIceCandidate

Parameters
Name Type
candidateInitDict? RTCIceCandidateInit
Returns

RTCIceCandidate

Type declaration

Name Type
prototype RTCIceCandidate

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17996

node_modules/typescript/lib/lib.dom.d.ts:18029


RTCIceTransport

RTCIceTransport: Object

Call signature

new RTCIceTransport(): RTCIceTransport

Returns

RTCIceTransport

Type declaration

Name Type
prototype RTCIceTransport

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18045

node_modules/typescript/lib/lib.dom.d.ts:18064


RTCPeerConnectionIceErrorEvent

RTCPeerConnectionIceErrorEvent: Object

Call signature

new RTCPeerConnectionIceErrorEvent(type, eventInitDict): RTCPeerConnectionIceErrorEvent

Parameters
Name Type
type string
eventInitDict RTCPeerConnectionIceErrorEventInit
Returns

RTCPeerConnectionIceErrorEvent

Type declaration

Name Type
prototype RTCPeerConnectionIceErrorEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18187

node_modules/typescript/lib/lib.dom.d.ts:18199


RTCPeerConnectionIceEvent

RTCPeerConnectionIceEvent: Object

Call signature

new RTCPeerConnectionIceEvent(type, eventInitDict?): RTCPeerConnectionIceEvent

Parameters
Name Type
type string
eventInitDict? RTCPeerConnectionIceEventInit
Returns

RTCPeerConnectionIceEvent

Type declaration

Name Type
prototype RTCPeerConnectionIceEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18209

node_modules/typescript/lib/lib.dom.d.ts:18214


RTCRtpReceiver

RTCRtpReceiver: Object

Call signature

new RTCRtpReceiver(): RTCRtpReceiver

Returns

RTCRtpReceiver

Type declaration

Name Type
prototype RTCRtpReceiver
getCapabilities (kind: string) => null | RTCRtpCapabilities

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18224

node_modules/typescript/lib/lib.dom.d.ts:18239


RTCRtpSender

RTCRtpSender: Object

Call signature

new RTCRtpSender(): RTCRtpSender

Returns

RTCRtpSender

Type declaration

Name Type
prototype RTCRtpSender
getCapabilities (kind: string) => null | RTCRtpCapabilities

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18251

node_modules/typescript/lib/lib.dom.d.ts:18270


RTCRtpTransceiver

RTCRtpTransceiver: Object

Call signature

new RTCRtpTransceiver(): RTCRtpTransceiver

Returns

RTCRtpTransceiver

Type declaration

Name Type
prototype RTCRtpTransceiver

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18278

node_modules/typescript/lib/lib.dom.d.ts:18295


RTCStatsReport

RTCStatsReport: Object

Call signature

new RTCStatsReport(): RTCStatsReport

Returns

RTCStatsReport

Type declaration

Name Type
prototype RTCStatsReport

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18346

node_modules/typescript/lib/lib.dom.d.ts:18350


RTCTrackEvent

RTCTrackEvent: Object

Call signature

new RTCTrackEvent(type, eventInitDict): RTCTrackEvent

Parameters
Name Type
type string
eventInitDict RTCTrackEventInit
Returns

RTCTrackEvent

Type declaration

Name Type
prototype RTCTrackEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18356

node_modules/typescript/lib/lib.dom.d.ts:18367


RadioNodeList

RadioNodeList: Object

Call signature

new RadioNodeList(): RadioNodeList

Returns

RadioNodeList

Type declaration

Name Type
prototype RadioNodeList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18373

node_modules/typescript/lib/lib.dom.d.ts:18378


Range

Range: Object

Call signature

new Range(): Range

Returns

Range

Type declaration

Name Type
END_TO_END 2
END_TO_START 3
START_TO_END 1
START_TO_START 0
prototype Range

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18388

node_modules/typescript/lib/lib.dom.d.ts:18456


ReadableByteStreamController

ReadableByteStreamController: Object

Call signature

new ReadableByteStreamController(): ReadableByteStreamController

Returns

ReadableByteStreamController

Type declaration

Name Type
prototype ReadableByteStreamController

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18466

node_modules/typescript/lib/lib.dom.d.ts:18479


ReadableStream

ReadableStream: Object

Call signature

new ReadableStream(underlyingSource, strategy?): ReadableStream<Uint8Array>

Parameters
Name Type
underlyingSource UnderlyingByteSource
strategy? Object
strategy.highWaterMark? number
Returns

ReadableStream<Uint8Array>

new ReadableStream<R>(underlyingSource, strategy?): ReadableStream<R>

Type parameters
Name Type
R any
Parameters
Name Type
underlyingSource UnderlyingDefaultSource<R>
strategy? QueuingStrategy<R>
Returns

ReadableStream<R>

new ReadableStream<R>(underlyingSource?, strategy?): ReadableStream<R>

Type parameters
Name Type
R any
Parameters
Name Type
underlyingSource? UnderlyingSource<R>
strategy? QueuingStrategy<R>
Returns

ReadableStream<R>

Type declaration

Name Type
prototype ReadableStream<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18489

node_modules/typescript/lib/lib.dom.d.ts:18506


ReadableStreamBYOBReader

ReadableStreamBYOBReader: Object

Call signature

new ReadableStreamBYOBReader(stream): ReadableStreamBYOBReader

Parameters
Name Type
stream ReadableStream<any>
Returns

ReadableStreamBYOBReader

Type declaration

Name Type
prototype ReadableStreamBYOBReader

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18514

node_modules/typescript/lib/lib.dom.d.ts:18521


ReadableStreamBYOBRequest

ReadableStreamBYOBRequest: Object

Call signature

new ReadableStreamBYOBRequest(): ReadableStreamBYOBRequest

Returns

ReadableStreamBYOBRequest

Type declaration

Name Type
prototype ReadableStreamBYOBRequest

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18527

node_modules/typescript/lib/lib.dom.d.ts:18536


ReadableStreamDefaultController

ReadableStreamDefaultController: Object

Call signature

new ReadableStreamDefaultController(): ReadableStreamDefaultController<any>

Returns

ReadableStreamDefaultController<any>

Type declaration

Name Type
prototype ReadableStreamDefaultController<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18542

node_modules/typescript/lib/lib.dom.d.ts:18553


ReadableStreamDefaultReader

ReadableStreamDefaultReader: Object

Call signature

new ReadableStreamDefaultReader<R>(stream): ReadableStreamDefaultReader<R>

Type parameters
Name Type
R any
Parameters
Name Type
stream ReadableStream<R>
Returns

ReadableStreamDefaultReader<R>

Type declaration

Name Type
prototype ReadableStreamDefaultReader<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18559

node_modules/typescript/lib/lib.dom.d.ts:18566


RemotePlayback

RemotePlayback: Object

Call signature

new RemotePlayback(): RemotePlayback

Returns

RemotePlayback

Type declaration

Name Type
prototype RemotePlayback

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18585

node_modules/typescript/lib/lib.dom.d.ts:18606


SVGAElement

SVGAElement: Object

Call signature

new SVGAElement(): SVGAElement

Returns

SVGAElement

Type declaration

Name Type
prototype SVGAElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18831

node_modules/typescript/lib/lib.dom.d.ts:18842


SVGAngle

SVGAngle: Object

Call signature

new SVGAngle(): SVGAngle

Returns

SVGAngle

Type declaration

Name Type
SVG_ANGLETYPE_DEG 2
SVG_ANGLETYPE_GRAD 4
SVG_ANGLETYPE_RAD 3
SVG_ANGLETYPE_UNKNOWN 0
SVG_ANGLETYPE_UNSPECIFIED 1
prototype SVGAngle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18852

node_modules/typescript/lib/lib.dom.d.ts:18866


SVGAnimateElement

SVGAnimateElement: Object

Call signature

new SVGAnimateElement(): SVGAnimateElement

Returns

SVGAnimateElement

Type declaration

Name Type
prototype SVGAnimateElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18877

node_modules/typescript/lib/lib.dom.d.ts:18884


SVGAnimateMotionElement

SVGAnimateMotionElement: Object

Call signature

new SVGAnimateMotionElement(): SVGAnimateMotionElement

Returns

SVGAnimateMotionElement

Type declaration

Name Type
prototype SVGAnimateMotionElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18890

node_modules/typescript/lib/lib.dom.d.ts:18897


SVGAnimateTransformElement

SVGAnimateTransformElement: Object

Call signature

new SVGAnimateTransformElement(): SVGAnimateTransformElement

Returns

SVGAnimateTransformElement

Type declaration

Name Type
prototype SVGAnimateTransformElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18903

node_modules/typescript/lib/lib.dom.d.ts:18910


SVGAnimatedAngle

SVGAnimatedAngle: Object

Call signature

new SVGAnimatedAngle(): SVGAnimatedAngle

Returns

SVGAnimatedAngle

Type declaration

Name Type
prototype SVGAnimatedAngle

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18920

node_modules/typescript/lib/lib.dom.d.ts:18925


SVGAnimatedBoolean

SVGAnimatedBoolean: Object

Call signature

new SVGAnimatedBoolean(): SVGAnimatedBoolean

Returns

SVGAnimatedBoolean

Type declaration

Name Type
prototype SVGAnimatedBoolean

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18935

node_modules/typescript/lib/lib.dom.d.ts:18940


SVGAnimatedEnumeration

SVGAnimatedEnumeration: Object

Call signature

new SVGAnimatedEnumeration(): SVGAnimatedEnumeration

Returns

SVGAnimatedEnumeration

Type declaration

Name Type
prototype SVGAnimatedEnumeration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18950

node_modules/typescript/lib/lib.dom.d.ts:18955


SVGAnimatedInteger

SVGAnimatedInteger: Object

Call signature

new SVGAnimatedInteger(): SVGAnimatedInteger

Returns

SVGAnimatedInteger

Type declaration

Name Type
prototype SVGAnimatedInteger

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18965

node_modules/typescript/lib/lib.dom.d.ts:18970


SVGAnimatedLength

SVGAnimatedLength: Object

Call signature

new SVGAnimatedLength(): SVGAnimatedLength

Returns

SVGAnimatedLength

Type declaration

Name Type
prototype SVGAnimatedLength

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18980

node_modules/typescript/lib/lib.dom.d.ts:18985


SVGAnimatedLengthList

SVGAnimatedLengthList: Object

Call signature

new SVGAnimatedLengthList(): SVGAnimatedLengthList

Returns

SVGAnimatedLengthList

Type declaration

Name Type
prototype SVGAnimatedLengthList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18995

node_modules/typescript/lib/lib.dom.d.ts:19000


SVGAnimatedNumber

SVGAnimatedNumber: Object

Call signature

new SVGAnimatedNumber(): SVGAnimatedNumber

Returns

SVGAnimatedNumber

Type declaration

Name Type
prototype SVGAnimatedNumber

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19010

node_modules/typescript/lib/lib.dom.d.ts:19015


SVGAnimatedNumberList

SVGAnimatedNumberList: Object

Call signature

new SVGAnimatedNumberList(): SVGAnimatedNumberList

Returns

SVGAnimatedNumberList

Type declaration

Name Type
prototype SVGAnimatedNumberList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19025

node_modules/typescript/lib/lib.dom.d.ts:19030


SVGAnimatedPreserveAspectRatio

SVGAnimatedPreserveAspectRatio: Object

Call signature

new SVGAnimatedPreserveAspectRatio(): SVGAnimatedPreserveAspectRatio

Returns

SVGAnimatedPreserveAspectRatio

Type declaration

Name Type
prototype SVGAnimatedPreserveAspectRatio

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19045

node_modules/typescript/lib/lib.dom.d.ts:19050


SVGAnimatedRect

SVGAnimatedRect: Object

Call signature

new SVGAnimatedRect(): SVGAnimatedRect

Returns

SVGAnimatedRect

Type declaration

Name Type
prototype SVGAnimatedRect

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19060

node_modules/typescript/lib/lib.dom.d.ts:19065


SVGAnimatedString

SVGAnimatedString: Object

Call signature

new SVGAnimatedString(): SVGAnimatedString

Returns

SVGAnimatedString

Type declaration

Name Type
prototype SVGAnimatedString

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19075

node_modules/typescript/lib/lib.dom.d.ts:19082


SVGAnimatedTransformList

SVGAnimatedTransformList: Object

Call signature

new SVGAnimatedTransformList(): SVGAnimatedTransformList

Returns

SVGAnimatedTransformList

Type declaration

Name Type
prototype SVGAnimatedTransformList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19092

node_modules/typescript/lib/lib.dom.d.ts:19097


SVGAnimationElement

SVGAnimationElement: Object

Call signature

new SVGAnimationElement(): SVGAnimationElement

Returns

SVGAnimationElement

Type declaration

Name Type
prototype SVGAnimationElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19103

node_modules/typescript/lib/lib.dom.d.ts:19119


SVGCircleElement

SVGCircleElement: Object

Call signature

new SVGCircleElement(): SVGCircleElement

Returns

SVGCircleElement

Type declaration

Name Type
prototype SVGCircleElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19129

node_modules/typescript/lib/lib.dom.d.ts:19142


SVGClipPathElement

SVGClipPathElement: Object

Call signature

new SVGClipPathElement(): SVGClipPathElement

Returns

SVGClipPathElement

Type declaration

Name Type
prototype SVGClipPathElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19152

node_modules/typescript/lib/lib.dom.d.ts:19163


SVGComponentTransferFunctionElement

SVGComponentTransferFunctionElement: Object

Call signature

new SVGComponentTransferFunctionElement(): SVGComponentTransferFunctionElement

Returns

SVGComponentTransferFunctionElement

Type declaration

Name Type
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE 3
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA 5
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY 1
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR 4
SVG_FECOMPONENTTRANSFER_TYPE_TABLE 2
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN 0
prototype SVGComponentTransferFunctionElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19173

node_modules/typescript/lib/lib.dom.d.ts:19193


SVGDefsElement

SVGDefsElement: Object

Call signature

new SVGDefsElement(): SVGDefsElement

Returns

SVGDefsElement

Type declaration

Name Type
prototype SVGDefsElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19209

node_modules/typescript/lib/lib.dom.d.ts:19216


SVGDescElement

SVGDescElement: Object

Call signature

new SVGDescElement(): SVGDescElement

Returns

SVGDescElement

Type declaration

Name Type
prototype SVGDescElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19226

node_modules/typescript/lib/lib.dom.d.ts:19233


SVGElement

SVGElement: Object

Call signature

new SVGElement(): SVGElement

Returns

SVGElement

Type declaration

Name Type
prototype SVGElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19246

node_modules/typescript/lib/lib.dom.d.ts:19257


SVGEllipseElement

SVGEllipseElement: Object

Call signature

new SVGEllipseElement(): SVGEllipseElement

Returns

SVGEllipseElement

Type declaration

Name Type
prototype SVGEllipseElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19267

node_modules/typescript/lib/lib.dom.d.ts:19278


SVGFEBlendElement

SVGFEBlendElement: Object

Call signature

new SVGFEBlendElement(): SVGFEBlendElement

Returns

SVGFEBlendElement

Type declaration

Name Type
SVG_FEBLEND_MODE_COLOR 15
SVG_FEBLEND_MODE_COLOR_BURN 8
SVG_FEBLEND_MODE_COLOR_DODGE 7
SVG_FEBLEND_MODE_DARKEN 4
SVG_FEBLEND_MODE_DIFFERENCE 11
SVG_FEBLEND_MODE_EXCLUSION 12
SVG_FEBLEND_MODE_HARD_LIGHT 9
SVG_FEBLEND_MODE_HUE 13
SVG_FEBLEND_MODE_LIGHTEN 5
SVG_FEBLEND_MODE_LUMINOSITY 16
SVG_FEBLEND_MODE_MULTIPLY 2
SVG_FEBLEND_MODE_NORMAL 1
SVG_FEBLEND_MODE_OVERLAY 6
SVG_FEBLEND_MODE_SATURATION 14
SVG_FEBLEND_MODE_SCREEN 3
SVG_FEBLEND_MODE_SOFT_LIGHT 10
SVG_FEBLEND_MODE_UNKNOWN 0
prototype SVGFEBlendElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19288

node_modules/typescript/lib/lib.dom.d.ts:19315


SVGFEColorMatrixElement

SVGFEColorMatrixElement: Object

Call signature

new SVGFEColorMatrixElement(): SVGFEColorMatrixElement

Returns

SVGFEColorMatrixElement

Type declaration

Name Type
SVG_FECOLORMATRIX_TYPE_HUEROTATE 3
SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA 4
SVG_FECOLORMATRIX_TYPE_MATRIX 1
SVG_FECOLORMATRIX_TYPE_SATURATE 2
SVG_FECOLORMATRIX_TYPE_UNKNOWN 0
prototype SVGFEColorMatrixElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19342

node_modules/typescript/lib/lib.dom.d.ts:19360


SVGFEComponentTransferElement

SVGFEComponentTransferElement: Object

Call signature

new SVGFEComponentTransferElement(): SVGFEComponentTransferElement

Returns

SVGFEComponentTransferElement

Type declaration

Name Type
prototype SVGFEComponentTransferElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19375

node_modules/typescript/lib/lib.dom.d.ts:19383


SVGFECompositeElement

SVGFECompositeElement: Object

Call signature

new SVGFECompositeElement(): SVGFECompositeElement

Returns

SVGFECompositeElement

Type declaration

Name Type
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC 6
SVG_FECOMPOSITE_OPERATOR_ATOP 4
SVG_FECOMPOSITE_OPERATOR_IN 2
SVG_FECOMPOSITE_OPERATOR_OUT 3
SVG_FECOMPOSITE_OPERATOR_OVER 1
SVG_FECOMPOSITE_OPERATOR_UNKNOWN 0
SVG_FECOMPOSITE_OPERATOR_XOR 5
prototype SVGFECompositeElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19393

node_modules/typescript/lib/lib.dom.d.ts:19414


SVGFEConvolveMatrixElement

SVGFEConvolveMatrixElement: Object

Call signature

new SVGFEConvolveMatrixElement(): SVGFEConvolveMatrixElement

Returns

SVGFEConvolveMatrixElement

Type declaration

Name Type
SVG_EDGEMODE_DUPLICATE 1
SVG_EDGEMODE_NONE 3
SVG_EDGEMODE_UNKNOWN 0
SVG_EDGEMODE_WRAP 2
prototype SVGFEConvolveMatrixElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19431

node_modules/typescript/lib/lib.dom.d.ts:19454


SVGFEDiffuseLightingElement

SVGFEDiffuseLightingElement: Object

Call signature

new SVGFEDiffuseLightingElement(): SVGFEDiffuseLightingElement

Returns

SVGFEDiffuseLightingElement

Type declaration

Name Type
prototype SVGFEDiffuseLightingElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19468

node_modules/typescript/lib/lib.dom.d.ts:19480


SVGFEDisplacementMapElement

SVGFEDisplacementMapElement: Object

Call signature

new SVGFEDisplacementMapElement(): SVGFEDisplacementMapElement

Returns

SVGFEDisplacementMapElement

Type declaration

Name Type
SVG_CHANNEL_A 4
SVG_CHANNEL_B 3
SVG_CHANNEL_G 2
SVG_CHANNEL_R 1
SVG_CHANNEL_UNKNOWN 0
prototype SVGFEDisplacementMapElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19490

node_modules/typescript/lib/lib.dom.d.ts:19507


SVGFEDistantLightElement

SVGFEDistantLightElement: Object

Call signature

new SVGFEDistantLightElement(): SVGFEDistantLightElement

Returns

SVGFEDistantLightElement

Type declaration

Name Type
prototype SVGFEDistantLightElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19522

node_modules/typescript/lib/lib.dom.d.ts:19531


SVGFEDropShadowElement

SVGFEDropShadowElement: Object

Call signature

new SVGFEDropShadowElement(): SVGFEDropShadowElement

Returns

SVGFEDropShadowElement

Type declaration

Name Type
prototype SVGFEDropShadowElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19537

node_modules/typescript/lib/lib.dom.d.ts:19550


SVGFEFloodElement

SVGFEFloodElement: Object

Call signature

new SVGFEFloodElement(): SVGFEFloodElement

Returns

SVGFEFloodElement

Type declaration

Name Type
prototype SVGFEFloodElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19560

node_modules/typescript/lib/lib.dom.d.ts:19567


SVGFEFuncAElement

SVGFEFuncAElement: Object

Call signature

new SVGFEFuncAElement(): SVGFEFuncAElement

Returns

SVGFEFuncAElement

Type declaration

Name Type
prototype SVGFEFuncAElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19577

node_modules/typescript/lib/lib.dom.d.ts:19584


SVGFEFuncBElement

SVGFEFuncBElement: Object

Call signature

new SVGFEFuncBElement(): SVGFEFuncBElement

Returns

SVGFEFuncBElement

Type declaration

Name Type
prototype SVGFEFuncBElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19594

node_modules/typescript/lib/lib.dom.d.ts:19601


SVGFEFuncGElement

SVGFEFuncGElement: Object

Call signature

new SVGFEFuncGElement(): SVGFEFuncGElement

Returns

SVGFEFuncGElement

Type declaration

Name Type
prototype SVGFEFuncGElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19611

node_modules/typescript/lib/lib.dom.d.ts:19618


SVGFEFuncRElement

SVGFEFuncRElement: Object

Call signature

new SVGFEFuncRElement(): SVGFEFuncRElement

Returns

SVGFEFuncRElement

Type declaration

Name Type
prototype SVGFEFuncRElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19628

node_modules/typescript/lib/lib.dom.d.ts:19635


SVGFEGaussianBlurElement

SVGFEGaussianBlurElement: Object

Call signature

new SVGFEGaussianBlurElement(): SVGFEGaussianBlurElement

Returns

SVGFEGaussianBlurElement

Type declaration

Name Type
prototype SVGFEGaussianBlurElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19645

node_modules/typescript/lib/lib.dom.d.ts:19656


SVGFEImageElement

SVGFEImageElement: Object

Call signature

new SVGFEImageElement(): SVGFEImageElement

Returns

SVGFEImageElement

Type declaration

Name Type
prototype SVGFEImageElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19666

node_modules/typescript/lib/lib.dom.d.ts:19674


SVGFEMergeElement

SVGFEMergeElement: Object

Call signature

new SVGFEMergeElement(): SVGFEMergeElement

Returns

SVGFEMergeElement

Type declaration

Name Type
prototype SVGFEMergeElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19684

node_modules/typescript/lib/lib.dom.d.ts:19691


SVGFEMergeNodeElement

SVGFEMergeNodeElement: Object

Call signature

new SVGFEMergeNodeElement(): SVGFEMergeNodeElement

Returns

SVGFEMergeNodeElement

Type declaration

Name Type
prototype SVGFEMergeNodeElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19701

node_modules/typescript/lib/lib.dom.d.ts:19709


SVGFEMorphologyElement

SVGFEMorphologyElement: Object

Call signature

new SVGFEMorphologyElement(): SVGFEMorphologyElement

Returns

SVGFEMorphologyElement

Type declaration

Name Type
SVG_MORPHOLOGY_OPERATOR_DILATE 2
SVG_MORPHOLOGY_OPERATOR_ERODE 1
SVG_MORPHOLOGY_OPERATOR_UNKNOWN 0
prototype SVGFEMorphologyElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19719

node_modules/typescript/lib/lib.dom.d.ts:19733


SVGFEOffsetElement

SVGFEOffsetElement: Object

Call signature

new SVGFEOffsetElement(): SVGFEOffsetElement

Returns

SVGFEOffsetElement

Type declaration

Name Type
prototype SVGFEOffsetElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19746

node_modules/typescript/lib/lib.dom.d.ts:19756


SVGFEPointLightElement

SVGFEPointLightElement: Object

Call signature

new SVGFEPointLightElement(): SVGFEPointLightElement

Returns

SVGFEPointLightElement

Type declaration

Name Type
prototype SVGFEPointLightElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19766

node_modules/typescript/lib/lib.dom.d.ts:19776


SVGFESpecularLightingElement

SVGFESpecularLightingElement: Object

Call signature

new SVGFESpecularLightingElement(): SVGFESpecularLightingElement

Returns

SVGFESpecularLightingElement

Type declaration

Name Type
prototype SVGFESpecularLightingElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19786

node_modules/typescript/lib/lib.dom.d.ts:19799


SVGFESpotLightElement

SVGFESpotLightElement: Object

Call signature

new SVGFESpotLightElement(): SVGFESpotLightElement

Returns

SVGFESpotLightElement

Type declaration

Name Type
prototype SVGFESpotLightElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19809

node_modules/typescript/lib/lib.dom.d.ts:19824


SVGFETileElement

SVGFETileElement: Object

Call signature

new SVGFETileElement(): SVGFETileElement

Returns

SVGFETileElement

Type declaration

Name Type
prototype SVGFETileElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19834

node_modules/typescript/lib/lib.dom.d.ts:19842


SVGFETurbulenceElement

SVGFETurbulenceElement: Object

Call signature

new SVGFETurbulenceElement(): SVGFETurbulenceElement

Returns

SVGFETurbulenceElement

Type declaration

Name Type
SVG_STITCHTYPE_NOSTITCH 2
SVG_STITCHTYPE_STITCH 1
SVG_STITCHTYPE_UNKNOWN 0
SVG_TURBULENCE_TYPE_FRACTALNOISE 1
SVG_TURBULENCE_TYPE_TURBULENCE 2
SVG_TURBULENCE_TYPE_UNKNOWN 0
prototype SVGFETurbulenceElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19852

node_modules/typescript/lib/lib.dom.d.ts:19871


SVGFilterElement

SVGFilterElement: Object

Call signature

new SVGFilterElement(): SVGFilterElement

Returns

SVGFilterElement

Type declaration

Name Type
prototype SVGFilterElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19887

node_modules/typescript/lib/lib.dom.d.ts:19900


SVGForeignObjectElement

SVGForeignObjectElement: Object

Call signature

new SVGForeignObjectElement(): SVGForeignObjectElement

Returns

SVGForeignObjectElement

Type declaration

Name Type
prototype SVGForeignObjectElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19925

node_modules/typescript/lib/lib.dom.d.ts:19936


SVGGElement

SVGGElement: Object

Call signature

new SVGGElement(): SVGGElement

Returns

SVGGElement

Type declaration

Name Type
prototype SVGGElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19946

node_modules/typescript/lib/lib.dom.d.ts:19953


SVGGeometryElement

SVGGeometryElement: Object

Call signature

new SVGGeometryElement(): SVGGeometryElement

Returns

SVGGeometryElement

Type declaration

Name Type
prototype SVGGeometryElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19959

node_modules/typescript/lib/lib.dom.d.ts:19976


SVGGradientElement

SVGGradientElement: Object

Call signature

new SVGGradientElement(): SVGGradientElement

Returns

SVGGradientElement

Type declaration

Name Type
SVG_SPREADMETHOD_PAD 1
SVG_SPREADMETHOD_REFLECT 2
SVG_SPREADMETHOD_REPEAT 3
SVG_SPREADMETHOD_UNKNOWN 0
prototype SVGGradientElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:19986

node_modules/typescript/lib/lib.dom.d.ts:20000


SVGGraphicsElement

SVGGraphicsElement: Object

Call signature

new SVGGraphicsElement(): SVGGraphicsElement

Returns

SVGGraphicsElement

Type declaration

Name Type
prototype SVGGraphicsElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20014

node_modules/typescript/lib/lib.dom.d.ts:20026


SVGImageElement

SVGImageElement: Object

Call signature

new SVGImageElement(): SVGImageElement

Returns

SVGImageElement

Type declaration

Name Type
prototype SVGImageElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20036

node_modules/typescript/lib/lib.dom.d.ts:20053


SVGLength

SVGLength: Object

Call signature

new SVGLength(): SVGLength

Returns

SVGLength

Type declaration

Name Type
SVG_LENGTHTYPE_CM 6
SVG_LENGTHTYPE_EMS 3
SVG_LENGTHTYPE_EXS 4
SVG_LENGTHTYPE_IN 8
SVG_LENGTHTYPE_MM 7
SVG_LENGTHTYPE_NUMBER 1
SVG_LENGTHTYPE_PC 10
SVG_LENGTHTYPE_PERCENTAGE 2
SVG_LENGTHTYPE_PT 9
SVG_LENGTHTYPE_PX 5
SVG_LENGTHTYPE_UNKNOWN 0
prototype SVGLength

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20063

node_modules/typescript/lib/lib.dom.d.ts:20083


SVGLengthList

SVGLengthList: Object

Call signature

new SVGLengthList(): SVGLengthList

Returns

SVGLengthList

Type declaration

Name Type
prototype SVGLengthList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20104

node_modules/typescript/lib/lib.dom.d.ts:20117


SVGLineElement

SVGLineElement: Object

Call signature

new SVGLineElement(): SVGLineElement

Returns

SVGLineElement

Type declaration

Name Type
prototype SVGLineElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20127

node_modules/typescript/lib/lib.dom.d.ts:20138


SVGLinearGradientElement

SVGLinearGradientElement: Object

Call signature

new SVGLinearGradientElement(): SVGLinearGradientElement

Returns

SVGLinearGradientElement

Type declaration

Name Type
prototype SVGLinearGradientElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20148

node_modules/typescript/lib/lib.dom.d.ts:20159


SVGMPathElement

SVGMPathElement: Object

Call signature

new SVGMPathElement(): SVGMPathElement

Returns

SVGMPathElement

Type declaration

Name Type
prototype SVGMPathElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20165

node_modules/typescript/lib/lib.dom.d.ts:20172


SVGMarkerElement

SVGMarkerElement: Object

Call signature

new SVGMarkerElement(): SVGMarkerElement

Returns

SVGMarkerElement

Type declaration

Name Type
SVG_MARKERUNITS_STROKEWIDTH 2
SVG_MARKERUNITS_UNKNOWN 0
SVG_MARKERUNITS_USERSPACEONUSE 1
SVG_MARKER_ORIENT_ANGLE 2
SVG_MARKER_ORIENT_AUTO 1
SVG_MARKER_ORIENT_UNKNOWN 0
prototype SVGMarkerElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20178

node_modules/typescript/lib/lib.dom.d.ts:20209


SVGMaskElement

SVGMaskElement: Object

Call signature

new SVGMaskElement(): SVGMaskElement

Returns

SVGMaskElement

Type declaration

Name Type
prototype SVGMaskElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20225

node_modules/typescript/lib/lib.dom.d.ts:20244


SVGMetadataElement

SVGMetadataElement: Object

Call signature

new SVGMetadataElement(): SVGMetadataElement

Returns

SVGMetadataElement

Type declaration

Name Type
prototype SVGMetadataElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20254

node_modules/typescript/lib/lib.dom.d.ts:20261


SVGNumber

SVGNumber: Object

Call signature

new SVGNumber(): SVGNumber

Returns

SVGNumber

Type declaration

Name Type
prototype SVGNumber

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20271

node_modules/typescript/lib/lib.dom.d.ts:20275


SVGNumberList

SVGNumberList: Object

Call signature

new SVGNumberList(): SVGNumberList

Returns

SVGNumberList

Type declaration

Name Type
prototype SVGNumberList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20285

node_modules/typescript/lib/lib.dom.d.ts:20298


SVGPathElement

SVGPathElement: Object

Call signature

new SVGPathElement(): SVGPathElement

Returns

SVGPathElement

Type declaration

Name Type
prototype SVGPathElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20308

node_modules/typescript/lib/lib.dom.d.ts:20315


SVGPatternElement

SVGPatternElement: Object

Call signature

new SVGPatternElement(): SVGPatternElement

Returns

SVGPatternElement

Type declaration

Name Type
prototype SVGPatternElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20325

node_modules/typescript/lib/lib.dom.d.ts:20339


SVGPointList

SVGPointList: Object

Call signature

new SVGPointList(): SVGPointList

Returns

SVGPointList

Type declaration

Name Type
prototype SVGPointList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20345

node_modules/typescript/lib/lib.dom.d.ts:20367


SVGPolygonElement

SVGPolygonElement: Object

Call signature

new SVGPolygonElement(): SVGPolygonElement

Returns

SVGPolygonElement

Type declaration

Name Type
prototype SVGPolygonElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20377

node_modules/typescript/lib/lib.dom.d.ts:20384


SVGPolylineElement

SVGPolylineElement: Object

Call signature

new SVGPolylineElement(): SVGPolylineElement

Returns

SVGPolylineElement

Type declaration

Name Type
prototype SVGPolylineElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20394

node_modules/typescript/lib/lib.dom.d.ts:20401


SVGPreserveAspectRatio

SVGPreserveAspectRatio: Object

Call signature

new SVGPreserveAspectRatio(): SVGPreserveAspectRatio

Returns

SVGPreserveAspectRatio

Type declaration

Name Type
SVG_MEETORSLICE_MEET 1
SVG_MEETORSLICE_SLICE 2
SVG_MEETORSLICE_UNKNOWN 0
SVG_PRESERVEASPECTRATIO_NONE 1
SVG_PRESERVEASPECTRATIO_UNKNOWN 0
SVG_PRESERVEASPECTRATIO_XMAXYMAX 10
SVG_PRESERVEASPECTRATIO_XMAXYMID 7
SVG_PRESERVEASPECTRATIO_XMAXYMIN 4
SVG_PRESERVEASPECTRATIO_XMIDYMAX 9
SVG_PRESERVEASPECTRATIO_XMIDYMID 6
SVG_PRESERVEASPECTRATIO_XMIDYMIN 3
SVG_PRESERVEASPECTRATIO_XMINYMAX 8
SVG_PRESERVEASPECTRATIO_XMINYMID 5
SVG_PRESERVEASPECTRATIO_XMINYMIN 2
prototype SVGPreserveAspectRatio

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20411

node_modules/typescript/lib/lib.dom.d.ts:20430


SVGRadialGradientElement

SVGRadialGradientElement: Object

Call signature

new SVGRadialGradientElement(): SVGRadialGradientElement

Returns

SVGRadialGradientElement

Type declaration

Name Type
prototype SVGRadialGradientElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20454

node_modules/typescript/lib/lib.dom.d.ts:20467


SVGRectElement

SVGRectElement: Object

Call signature

new SVGRectElement(): SVGRectElement

Returns

SVGRectElement

Type declaration

Name Type
prototype SVGRectElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20477

node_modules/typescript/lib/lib.dom.d.ts:20490


SVGSVGElement

SVGSVGElement: Object

Call signature

new SVGSVGElement(): SVGSVGElement

Returns

SVGSVGElement

Type declaration

Name Type
prototype SVGSVGElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20503

node_modules/typescript/lib/lib.dom.d.ts:20543


SVGScriptElement

SVGScriptElement: Object

Call signature

new SVGScriptElement(): SVGScriptElement

Returns

SVGScriptElement

Type declaration

Name Type
prototype SVGScriptElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20553

node_modules/typescript/lib/lib.dom.d.ts:20561


SVGSetElement

SVGSetElement: Object

Call signature

new SVGSetElement(): SVGSetElement

Returns

SVGSetElement

Type declaration

Name Type
prototype SVGSetElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20567

node_modules/typescript/lib/lib.dom.d.ts:20574


SVGStopElement

SVGStopElement: Object

Call signature

new SVGStopElement(): SVGStopElement

Returns

SVGStopElement

Type declaration

Name Type
prototype SVGStopElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20584

node_modules/typescript/lib/lib.dom.d.ts:20592


SVGStringList

SVGStringList: Object

Call signature

new SVGStringList(): SVGStringList

Returns

SVGStringList

Type declaration

Name Type
prototype SVGStringList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20602

node_modules/typescript/lib/lib.dom.d.ts:20615


SVGStyleElement

SVGStyleElement: Object

Call signature

new SVGStyleElement(): SVGStyleElement

Returns

SVGStyleElement

Type declaration

Name Type
prototype SVGStyleElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20625

node_modules/typescript/lib/lib.dom.d.ts:20643


SVGSwitchElement

SVGSwitchElement: Object

Call signature

new SVGSwitchElement(): SVGSwitchElement

Returns

SVGSwitchElement

Type declaration

Name Type
prototype SVGSwitchElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20653

node_modules/typescript/lib/lib.dom.d.ts:20660


SVGSymbolElement

SVGSymbolElement: Object

Call signature

new SVGSymbolElement(): SVGSymbolElement

Returns

SVGSymbolElement

Type declaration

Name Type
prototype SVGSymbolElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20670

node_modules/typescript/lib/lib.dom.d.ts:20677


SVGTSpanElement

SVGTSpanElement: Object

Call signature

new SVGTSpanElement(): SVGTSpanElement

Returns

SVGTSpanElement

Type declaration

Name Type
prototype SVGTSpanElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20687

node_modules/typescript/lib/lib.dom.d.ts:20694


SVGTextContentElement

SVGTextContentElement: Object

Call signature

new SVGTextContentElement(): SVGTextContentElement

Returns

SVGTextContentElement

Type declaration

Name Type
LENGTHADJUST_SPACING 1
LENGTHADJUST_SPACINGANDGLYPHS 2
LENGTHADJUST_UNKNOWN 0
prototype SVGTextContentElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20709

node_modules/typescript/lib/lib.dom.d.ts:20731


SVGTextElement

SVGTextElement: Object

Call signature

new SVGTextElement(): SVGTextElement

Returns

SVGTextElement

Type declaration

Name Type
prototype SVGTextElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20744

node_modules/typescript/lib/lib.dom.d.ts:20751


SVGTextPathElement

SVGTextPathElement: Object

Call signature

new SVGTextPathElement(): SVGTextPathElement

Returns

SVGTextPathElement

Type declaration

Name Type
TEXTPATH_METHODTYPE_ALIGN 1
TEXTPATH_METHODTYPE_STRETCH 2
TEXTPATH_METHODTYPE_UNKNOWN 0
TEXTPATH_SPACINGTYPE_AUTO 1
TEXTPATH_SPACINGTYPE_EXACT 2
TEXTPATH_SPACINGTYPE_UNKNOWN 0
prototype SVGTextPathElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20761

node_modules/typescript/lib/lib.dom.d.ts:20777


SVGTextPositioningElement

SVGTextPositioningElement: Object

Call signature

new SVGTextPositioningElement(): SVGTextPositioningElement

Returns

SVGTextPositioningElement

Type declaration

Name Type
prototype SVGTextPositioningElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20793

node_modules/typescript/lib/lib.dom.d.ts:20805


SVGTitleElement

SVGTitleElement: Object

Call signature

new SVGTitleElement(): SVGTitleElement

Returns

SVGTitleElement

Type declaration

Name Type
prototype SVGTitleElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20815

node_modules/typescript/lib/lib.dom.d.ts:20822


SVGTransform

SVGTransform: Object

Call signature

new SVGTransform(): SVGTransform

Returns

SVGTransform

Type declaration

Name Type
SVG_TRANSFORM_MATRIX 1
SVG_TRANSFORM_ROTATE 4
SVG_TRANSFORM_SCALE 3
SVG_TRANSFORM_SKEWX 5
SVG_TRANSFORM_SKEWY 6
SVG_TRANSFORM_TRANSLATE 2
SVG_TRANSFORM_UNKNOWN 0
prototype SVGTransform

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20832

node_modules/typescript/lib/lib.dom.d.ts:20851


SVGTransformList

SVGTransformList: Object

Call signature

new SVGTransformList(): SVGTransformList

Returns

SVGTransformList

Type declaration

Name Type
prototype SVGTransformList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20868

node_modules/typescript/lib/lib.dom.d.ts:20883


SVGUseElement

SVGUseElement: Object

Call signature

new SVGUseElement(): SVGUseElement

Returns

SVGUseElement

Type declaration

Name Type
prototype SVGUseElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20916

node_modules/typescript/lib/lib.dom.d.ts:20927


SVGViewElement

SVGViewElement: Object

Call signature

new SVGViewElement(): SVGViewElement

Returns

SVGViewElement

Type declaration

Name Type
prototype SVGViewElement

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20937

node_modules/typescript/lib/lib.dom.d.ts:20944


Screen

Screen: Object

Call signature

new Screen(): Screen

Returns

Screen

Type declaration

Name Type
prototype Screen

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20954

node_modules/typescript/lib/lib.dom.d.ts:20971


ScreenOrientation

ScreenOrientation: Object

Call signature

new ScreenOrientation(): ScreenOrientation

Returns

ScreenOrientation

Type declaration

Name Type
prototype ScreenOrientation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20981

node_modules/typescript/lib/lib.dom.d.ts:20995


SecurityPolicyViolationEvent

SecurityPolicyViolationEvent: Object

Call signature

new SecurityPolicyViolationEvent(type, eventInitDict?): SecurityPolicyViolationEvent

Parameters
Name Type
type string
eventInitDict? SecurityPolicyViolationEventInit
Returns

SecurityPolicyViolationEvent

Type declaration

Name Type
prototype SecurityPolicyViolationEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21040

node_modules/typescript/lib/lib.dom.d.ts:21067


Selection

Selection: Object

Call signature

new Selection(): Selection

Returns

Selection

Type declaration

Name Type
prototype Selection

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21077

node_modules/typescript/lib/lib.dom.d.ts:21125


ServiceWorker

ServiceWorker: Object

Call signature

new ServiceWorker(): ServiceWorker

Returns

ServiceWorker

Type declaration

Name Type
prototype ServiceWorker

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21140

node_modules/typescript/lib/lib.dom.d.ts:21156


ServiceWorkerContainer

ServiceWorkerContainer: Object

Call signature

new ServiceWorkerContainer(): ServiceWorkerContainer

Returns

ServiceWorkerContainer

Type declaration

Name Type
prototype ServiceWorkerContainer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21173

node_modules/typescript/lib/lib.dom.d.ts:21197


ServiceWorkerRegistration

ServiceWorkerRegistration: Object

Call signature

new ServiceWorkerRegistration(): ServiceWorkerRegistration

Returns

ServiceWorkerRegistration

Type declaration

Name Type
prototype ServiceWorkerRegistration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21212

node_modules/typescript/lib/lib.dom.d.ts:21243


ShadowRoot

ShadowRoot: Object

Call signature

new ShadowRoot(): ShadowRoot

Returns

ShadowRoot

Type declaration

Name Type
prototype ShadowRoot

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21253

node_modules/typescript/lib/lib.dom.d.ts:21270


SourceBuffer

SourceBuffer: Object

Call signature

new SourceBuffer(): SourceBuffer

Returns

SourceBuffer

Type declaration

Name Type
prototype SourceBuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21312

node_modules/typescript/lib/lib.dom.d.ts:21349


SourceBufferList

SourceBufferList: Object

Call signature

new SourceBufferList(): SourceBufferList

Returns

SourceBufferList

Type declaration

Name Type
prototype SourceBufferList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21364

node_modules/typescript/lib/lib.dom.d.ts:21378


SpeechSynthesis

SpeechSynthesis: Object

Call signature

new SpeechSynthesis(): SpeechSynthesis

Returns

SpeechSynthesis

Type declaration

Name Type
prototype SpeechSynthesis

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21435

node_modules/typescript/lib/lib.dom.d.ts:21460


SpeechSynthesisErrorEvent

SpeechSynthesisErrorEvent: Object

Call signature

new SpeechSynthesisErrorEvent(type, eventInitDict): SpeechSynthesisErrorEvent

Parameters
Name Type
type string
eventInitDict SpeechSynthesisErrorEventInit
Returns

SpeechSynthesisErrorEvent

Type declaration

Name Type
prototype SpeechSynthesisErrorEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21466

node_modules/typescript/lib/lib.dom.d.ts:21471


SpeechSynthesisEvent

SpeechSynthesisEvent: Object

Call signature

new SpeechSynthesisEvent(type, eventInitDict): SpeechSynthesisEvent

Parameters
Name Type
type string
eventInitDict SpeechSynthesisEventInit
Returns

SpeechSynthesisEvent

Type declaration

Name Type
prototype SpeechSynthesisEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21481

node_modules/typescript/lib/lib.dom.d.ts:21494


SpeechSynthesisUtterance

SpeechSynthesisUtterance: Object

Call signature

new SpeechSynthesisUtterance(text?): SpeechSynthesisUtterance

Parameters
Name Type
text? string
Returns

SpeechSynthesisUtterance

Type declaration

Name Type
prototype SpeechSynthesisUtterance

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21514

node_modules/typescript/lib/lib.dom.d.ts:21547


SpeechSynthesisVoice

SpeechSynthesisVoice: Object

Call signature

new SpeechSynthesisVoice(): SpeechSynthesisVoice

Returns

SpeechSynthesisVoice

Type declaration

Name Type
prototype SpeechSynthesisVoice

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21557

node_modules/typescript/lib/lib.dom.d.ts:21570


StaticRange

StaticRange: Object

Call signature

new StaticRange(init): StaticRange

Parameters
Name Type
init StaticRangeInit
Returns

StaticRange

Type declaration

Name Type
prototype StaticRange

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21576

node_modules/typescript/lib/lib.dom.d.ts:21579


Storage

Storage: Object

Call signature

new Storage(): Storage

Returns

Storage

Type declaration

Name Type
prototype Storage

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21604

node_modules/typescript/lib/lib.dom.d.ts:21652


StorageEvent

StorageEvent: Object

Call signature

new StorageEvent(type, eventInitDict?): StorageEvent

Parameters
Name Type
type string
eventInitDict? StorageEventInit
Returns

StorageEvent

Type declaration

Name Type
prototype StorageEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21662

node_modules/typescript/lib/lib.dom.d.ts:21701


StorageManager

StorageManager: Object

Call signature

new StorageManager(): StorageManager

Returns

StorageManager

Type declaration

Name Type
prototype StorageManager

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21711

node_modules/typescript/lib/lib.dom.d.ts:21722


StylePropertyMap

StylePropertyMap: Object

Call signature

new StylePropertyMap(): StylePropertyMap

Returns

StylePropertyMap

Type declaration

Name Type
prototype StylePropertyMap

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21734

node_modules/typescript/lib/lib.dom.d.ts:21745


StylePropertyMapReadOnly

StylePropertyMapReadOnly: Object

Call signature

new StylePropertyMapReadOnly(): StylePropertyMapReadOnly

Returns

StylePropertyMapReadOnly

Type declaration

Name Type
prototype StylePropertyMapReadOnly

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21751

node_modules/typescript/lib/lib.dom.d.ts:21763


StyleSheet

StyleSheet: Object

Call signature

new StyleSheet(): StyleSheet

Returns

StyleSheet

Type declaration

Name Type
prototype StyleSheet

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21773

node_modules/typescript/lib/lib.dom.d.ts:21790


StyleSheetList

StyleSheetList: Object

Call signature

new StyleSheetList(): StyleSheetList

Returns

StyleSheetList

Type declaration

Name Type
prototype StyleSheetList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21800

node_modules/typescript/lib/lib.dom.d.ts:21808


SubmitEvent

SubmitEvent: Object

Call signature

new SubmitEvent(type, eventInitDict?): SubmitEvent

Parameters
Name Type
type string
eventInitDict? SubmitEventInit
Returns

SubmitEvent

Type declaration

Name Type
prototype SubmitEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21814

node_modules/typescript/lib/lib.dom.d.ts:21823


SubtleCrypto

SubtleCrypto: Object

Call signature

new SubtleCrypto(): SubtleCrypto

Returns

SubtleCrypto

Type declaration

Name Type
prototype SubtleCrypto

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21834

node_modules/typescript/lib/lib.dom.d.ts:21867


Text

Text: Object

Call signature

new Text(data?): Text

Parameters
Name Type
data? string
Returns

Text

Type declaration

Name Type
prototype Text

Defined in

node_modules/typescript/lib/lib.dom.d.ts:21877

node_modules/typescript/lib/lib.dom.d.ts:21892


TextMetrics

TextMetrics: Object

Call signature

new TextMetrics(): TextMetrics

Returns

TextMetrics

Type declaration

Name Type
prototype TextMetrics

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22008

node_modules/typescript/lib/lib.dom.d.ts:22053


TextTrack

TextTrack: Object

Call signature

new TextTrack(): TextTrack

Returns

TextTrack

Type declaration

Name Type
prototype TextTrack

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22067

node_modules/typescript/lib/lib.dom.d.ts:22142


TextTrackCue

TextTrackCue: Object

Call signature

new TextTrackCue(): TextTrackCue

Returns

TextTrackCue

Type declaration

Name Type
prototype TextTrackCue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22157

node_modules/typescript/lib/lib.dom.d.ts:22206


TextTrackCueList

TextTrackCueList: Object

Call signature

new TextTrackCueList(): TextTrackCueList

Returns

TextTrackCueList

Type declaration

Name Type
prototype TextTrackCueList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22212

node_modules/typescript/lib/lib.dom.d.ts:22230


TextTrackList

TextTrackList: Object

Call signature

new TextTrackList(): TextTrackList

Returns

TextTrackList

Type declaration

Name Type
prototype TextTrackList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22242

node_modules/typescript/lib/lib.dom.d.ts:22260


TimeRanges

TimeRanges: Object

Call signature

new TimeRanges(): TimeRanges

Returns

TimeRanges

Type declaration

Name Type
prototype TimeRanges

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22270

node_modules/typescript/lib/lib.dom.d.ts:22295


ToggleEvent

ToggleEvent: Object

Call signature

new ToggleEvent(type, eventInitDict?): ToggleEvent

Parameters
Name Type
type string
eventInitDict? ToggleEventInit
Returns

ToggleEvent

Type declaration

Name Type
prototype ToggleEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22301

node_modules/typescript/lib/lib.dom.d.ts:22308


Touch

Touch: Object

Call signature

new Touch(touchInitDict): Touch

Parameters
Name Type
touchInitDict TouchInit
Returns

Touch

Type declaration

Name Type
prototype Touch

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22318

node_modules/typescript/lib/lib.dom.d.ts:22345


TouchEvent

TouchEvent: Object

Call signature

new TouchEvent(type, eventInitDict?): TouchEvent

Parameters
Name Type
type string
eventInitDict? TouchEventInit
Returns

TouchEvent

Type declaration

Name Type
prototype TouchEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22355

node_modules/typescript/lib/lib.dom.d.ts:22372


TouchList

TouchList: Object

Call signature

new TouchList(): TouchList

Returns

TouchList

Type declaration

Name Type
prototype TouchList

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22382

node_modules/typescript/lib/lib.dom.d.ts:22390


TrackEvent

TrackEvent: Object

Call signature

new TrackEvent(type, eventInitDict?): TrackEvent

Parameters
Name Type
type string
eventInitDict? TrackEventInit
Returns

TrackEvent

Type declaration

Name Type
prototype TrackEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22400

node_modules/typescript/lib/lib.dom.d.ts:22409


TransformStream

TransformStream: Object

Call signature

new TransformStream<I, O>(transformer?, writableStrategy?, readableStrategy?): TransformStream<I, O>

Type parameters
Name Type
I any
O any
Parameters
Name Type
transformer? Transformer<I, O>
writableStrategy? QueuingStrategy<I>
readableStrategy? QueuingStrategy<O>
Returns

TransformStream<I, O>

Type declaration

Name Type
prototype TransformStream<any, any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22415

node_modules/typescript/lib/lib.dom.d.ts:22422


TransformStreamDefaultController

TransformStreamDefaultController: Object

Call signature

new TransformStreamDefaultController(): TransformStreamDefaultController<any>

Returns

TransformStreamDefaultController<any>

Type declaration

Name Type
prototype TransformStreamDefaultController<any>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22428

node_modules/typescript/lib/lib.dom.d.ts:22439


TransitionEvent

TransitionEvent: Object

Call signature

new TransitionEvent(type, transitionEventInitDict?): TransitionEvent

Parameters
Name Type
type string
transitionEventInitDict? TransitionEventInit
Returns

TransitionEvent

Type declaration

Name Type
prototype TransitionEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22449

node_modules/typescript/lib/lib.dom.d.ts:22458


TreeWalker

TreeWalker: Object

Call signature

new TreeWalker(): TreeWalker

Returns

TreeWalker

Type declaration

Name Type
prototype TreeWalker

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22468

node_modules/typescript/lib/lib.dom.d.ts:22493


UIEvent

UIEvent: Object

Call signature

new UIEvent(type, eventInitDict?): UIEvent

Parameters
Name Type
type string
eventInitDict? UIEventInit
Returns

UIEvent

Type declaration

Name Type
prototype UIEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22503

node_modules/typescript/lib/lib.dom.d.ts:22522


UserActivation

UserActivation: Object

Call signature

new UserActivation(): UserActivation

Returns

UserActivation

Type declaration

Name Type
prototype UserActivation

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22629

node_modules/typescript/lib/lib.dom.d.ts:22636


ValidityState

ValidityState: Object

Call signature

new ValidityState(): ValidityState

Returns

ValidityState

Type declaration

Name Type
prototype ValidityState

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22706

node_modules/typescript/lib/lib.dom.d.ts:22731


VideoColorSpace

VideoColorSpace: Object

Call signature

new VideoColorSpace(init?): VideoColorSpace

Parameters
Name Type
init? VideoColorSpaceInit
Returns

VideoColorSpace

Type declaration

Name Type
prototype VideoColorSpace

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22737

node_modules/typescript/lib/lib.dom.d.ts:22750


VideoFrame

VideoFrame: Object

Call signature

new VideoFrame(image, init?): VideoFrame

Parameters
Name Type
image CanvasImageSource
init? VideoFrameInit
Returns

VideoFrame

new VideoFrame(data, init): VideoFrame

Parameters
Name Type
data BufferSource
init VideoFrameBufferInit
Returns

VideoFrame

Type declaration

Name Type
prototype VideoFrame

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22829

node_modules/typescript/lib/lib.dom.d.ts:22859


VideoPlaybackQuality

VideoPlaybackQuality: Object

Call signature

new VideoPlaybackQuality(): VideoPlaybackQuality

Returns

VideoPlaybackQuality

Type declaration

Name Type
prototype VideoPlaybackQuality

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22870

node_modules/typescript/lib/lib.dom.d.ts:22885


VisualViewport

VisualViewport: Object

Call signature

new VisualViewport(): VisualViewport

Returns

VisualViewport

Type declaration

Name Type
prototype VisualViewport

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22896

node_modules/typescript/lib/lib.dom.d.ts:22921


WakeLock

WakeLock: Object

Call signature

new WakeLock(): WakeLock

Returns

WakeLock

Type declaration

Name Type
prototype WakeLock

Defined in

node_modules/typescript/lib/lib.dom.d.ts:23104

node_modules/typescript/lib/lib.dom.d.ts:23109


WakeLockSentinel

WakeLockSentinel: Object

Call signature

new WakeLockSentinel(): WakeLockSentinel

Returns

WakeLockSentinel

Type declaration

Name Type
prototype WakeLockSentinel

Defined in

node_modules/typescript/lib/lib.dom.d.ts:23123

node_modules/typescript/lib/lib.dom.d.ts:23138


WebGL2RenderingContext

WebGL2RenderingContext: Object

Call signature

new WebGL2RenderingContext(): WebGL2RenderingContext

Returns

WebGL2RenderingContext

Type declaration

Name Type
ACTIVE_ATTRIBUTES 35721
ACTIVE_TEXTURE 34016
ACTIVE_UNIFORMS 35718
ACTIVE_UNIFORM_BLOCKS 35382
ALIASED_LINE_WIDTH_RANGE 33902
ALIASED_POINT_SIZE_RANGE 33901
ALPHA 6406
ALPHA_BITS 3413
ALREADY_SIGNALED 37146
ALWAYS 519
ANY_SAMPLES_PASSED 35887
ANY_SAMPLES_PASSED_CONSERVATIVE 36202
ARRAY_BUFFER 34962
ARRAY_BUFFER_BINDING 34964
ATTACHED_SHADERS 35717
BACK 1029
BLEND 3042
BLEND_COLOR 32773
BLEND_DST_ALPHA 32970
BLEND_DST_RGB 32968
BLEND_EQUATION 32777
BLEND_EQUATION_ALPHA 34877
BLEND_EQUATION_RGB 32777
BLEND_SRC_ALPHA 32971
BLEND_SRC_RGB 32969
BLUE_BITS 3412
BOOL 35670
BOOL_VEC2 35671
BOOL_VEC3 35672
BOOL_VEC4 35673
BROWSER_DEFAULT_WEBGL 37444
BUFFER_SIZE 34660
BUFFER_USAGE 34661
BYTE 5120
CCW 2305
CLAMP_TO_EDGE 33071
COLOR 6144
COLOR_ATTACHMENT0 36064
COLOR_ATTACHMENT1 36065
COLOR_ATTACHMENT10 36074
COLOR_ATTACHMENT11 36075
COLOR_ATTACHMENT12 36076
COLOR_ATTACHMENT13 36077
COLOR_ATTACHMENT14 36078
COLOR_ATTACHMENT15 36079
COLOR_ATTACHMENT2 36066
COLOR_ATTACHMENT3 36067
COLOR_ATTACHMENT4 36068
COLOR_ATTACHMENT5 36069
COLOR_ATTACHMENT6 36070
COLOR_ATTACHMENT7 36071
COLOR_ATTACHMENT8 36072
COLOR_ATTACHMENT9 36073
COLOR_BUFFER_BIT 16384
COLOR_CLEAR_VALUE 3106
COLOR_WRITEMASK 3107
COMPARE_REF_TO_TEXTURE 34894
COMPILE_STATUS 35713
COMPRESSED_TEXTURE_FORMATS 34467
CONDITION_SATISFIED 37148
CONSTANT_ALPHA 32771
CONSTANT_COLOR 32769
CONTEXT_LOST_WEBGL 37442
COPY_READ_BUFFER 36662
COPY_READ_BUFFER_BINDING 36662
COPY_WRITE_BUFFER 36663
COPY_WRITE_BUFFER_BINDING 36663
CULL_FACE 2884
CULL_FACE_MODE 2885
CURRENT_PROGRAM 35725
CURRENT_QUERY 34917
CURRENT_VERTEX_ATTRIB 34342
CW 2304
DECR 7683
DECR_WRAP 34056
DELETE_STATUS 35712
DEPTH 6145
DEPTH24_STENCIL8 35056
DEPTH32F_STENCIL8 36013
DEPTH_ATTACHMENT 36096
DEPTH_BITS 3414
DEPTH_BUFFER_BIT 256
DEPTH_CLEAR_VALUE 2931
DEPTH_COMPONENT 6402
DEPTH_COMPONENT16 33189
DEPTH_COMPONENT24 33190
DEPTH_COMPONENT32F 36012
DEPTH_FUNC 2932
DEPTH_RANGE 2928
DEPTH_STENCIL 34041
DEPTH_STENCIL_ATTACHMENT 33306
DEPTH_TEST 2929
DEPTH_WRITEMASK 2930
DITHER 3024
DONT_CARE 4352
DRAW_BUFFER0 34853
DRAW_BUFFER1 34854
DRAW_BUFFER10 34863
DRAW_BUFFER11 34864
DRAW_BUFFER12 34865
DRAW_BUFFER13 34866
DRAW_BUFFER14 34867
DRAW_BUFFER15 34868
DRAW_BUFFER2 34855
DRAW_BUFFER3 34856
DRAW_BUFFER4 34857
DRAW_BUFFER5 34858
DRAW_BUFFER6 34859
DRAW_BUFFER7 34860
DRAW_BUFFER8 34861
DRAW_BUFFER9 34862
DRAW_FRAMEBUFFER 36009
DRAW_FRAMEBUFFER_BINDING 36006
DST_ALPHA 772
DST_COLOR 774
DYNAMIC_COPY 35050
DYNAMIC_DRAW 35048
DYNAMIC_READ 35049
ELEMENT_ARRAY_BUFFER 34963
ELEMENT_ARRAY_BUFFER_BINDING 34965
EQUAL 514
FASTEST 4353
FLOAT 5126
FLOAT_32_UNSIGNED_INT_24_8_REV 36269
FLOAT_MAT2 35674
FLOAT_MAT2x3 35685
FLOAT_MAT2x4 35686
FLOAT_MAT3 35675
FLOAT_MAT3x2 35687
FLOAT_MAT3x4 35688
FLOAT_MAT4 35676
FLOAT_MAT4x2 35689
FLOAT_MAT4x3 35690
FLOAT_VEC2 35664
FLOAT_VEC3 35665
FLOAT_VEC4 35666
FRAGMENT_SHADER 35632
FRAGMENT_SHADER_DERIVATIVE_HINT 35723
FRAMEBUFFER 36160
FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE 33301
FRAMEBUFFER_ATTACHMENT_BLUE_SIZE 33300
FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING 33296
FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE 33297
FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE 33302
FRAMEBUFFER_ATTACHMENT_GREEN_SIZE 33299
FRAMEBUFFER_ATTACHMENT_OBJECT_NAME 36049
FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE 36048
FRAMEBUFFER_ATTACHMENT_RED_SIZE 33298
FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE 33303
FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE 36051
FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER 36052
FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL 36050
FRAMEBUFFER_BINDING 36006
FRAMEBUFFER_COMPLETE 36053
FRAMEBUFFER_DEFAULT 33304
FRAMEBUFFER_INCOMPLETE_ATTACHMENT 36054
FRAMEBUFFER_INCOMPLETE_DIMENSIONS 36057
FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 36055
FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 36182
FRAMEBUFFER_UNSUPPORTED 36061
FRONT 1028
FRONT_AND_BACK 1032
FRONT_FACE 2886
FUNC_ADD 32774
FUNC_REVERSE_SUBTRACT 32779
FUNC_SUBTRACT 32778
GENERATE_MIPMAP_HINT 33170
GEQUAL 518
GREATER 516
GREEN_BITS 3411
HALF_FLOAT 5131
HIGH_FLOAT 36338
HIGH_INT 36341
IMPLEMENTATION_COLOR_READ_FORMAT 35739
IMPLEMENTATION_COLOR_READ_TYPE 35738
INCR 7682
INCR_WRAP 34055
INT 5124
INTERLEAVED_ATTRIBS 35980
INT_2_10_10_10_REV 36255
INT_SAMPLER_2D 36298
INT_SAMPLER_2D_ARRAY 36303
INT_SAMPLER_3D 36299
INT_SAMPLER_CUBE 36300
INT_VEC2 35667
INT_VEC3 35668
INT_VEC4 35669
INVALID_ENUM 1280
INVALID_FRAMEBUFFER_OPERATION 1286
INVALID_INDEX 4294967295
INVALID_OPERATION 1282
INVALID_VALUE 1281
INVERT 5386
KEEP 7680
LEQUAL 515
LESS 513
LINEAR 9729
LINEAR_MIPMAP_LINEAR 9987
LINEAR_MIPMAP_NEAREST 9985
LINES 1
LINE_LOOP 2
LINE_STRIP 3
LINE_WIDTH 2849
LINK_STATUS 35714
LOW_FLOAT 36336
LOW_INT 36339
LUMINANCE 6409
LUMINANCE_ALPHA 6410
MAX 32776
MAX_3D_TEXTURE_SIZE 32883
MAX_ARRAY_TEXTURE_LAYERS 35071
MAX_CLIENT_WAIT_TIMEOUT_WEBGL 37447
MAX_COLOR_ATTACHMENTS 36063
MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS 35379
MAX_COMBINED_TEXTURE_IMAGE_UNITS 35661
MAX_COMBINED_UNIFORM_BLOCKS 35374
MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS 35377
MAX_CUBE_MAP_TEXTURE_SIZE 34076
MAX_DRAW_BUFFERS 34852
MAX_ELEMENTS_INDICES 33001
MAX_ELEMENTS_VERTICES 33000
MAX_ELEMENT_INDEX 36203
MAX_FRAGMENT_INPUT_COMPONENTS 37157
MAX_FRAGMENT_UNIFORM_BLOCKS 35373
MAX_FRAGMENT_UNIFORM_COMPONENTS 35657
MAX_FRAGMENT_UNIFORM_VECTORS 36349
MAX_PROGRAM_TEXEL_OFFSET 35077
MAX_RENDERBUFFER_SIZE 34024
MAX_SAMPLES 36183
MAX_SERVER_WAIT_TIMEOUT 37137
MAX_TEXTURE_IMAGE_UNITS 34930
MAX_TEXTURE_LOD_BIAS 34045
MAX_TEXTURE_SIZE 3379
MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS 35978
MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS 35979
MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS 35968
MAX_UNIFORM_BLOCK_SIZE 35376
MAX_UNIFORM_BUFFER_BINDINGS 35375
MAX_VARYING_COMPONENTS 35659
MAX_VARYING_VECTORS 36348
MAX_VERTEX_ATTRIBS 34921
MAX_VERTEX_OUTPUT_COMPONENTS 37154
MAX_VERTEX_TEXTURE_IMAGE_UNITS 35660
MAX_VERTEX_UNIFORM_BLOCKS 35371
MAX_VERTEX_UNIFORM_COMPONENTS 35658
MAX_VERTEX_UNIFORM_VECTORS 36347
MAX_VIEWPORT_DIMS 3386
MEDIUM_FLOAT 36337
MEDIUM_INT 36340
MIN 32775
MIN_PROGRAM_TEXEL_OFFSET 35076
MIRRORED_REPEAT 33648
NEAREST 9728
NEAREST_MIPMAP_LINEAR 9986
NEAREST_MIPMAP_NEAREST 9984
NEVER 512
NICEST 4354
NONE 0
NOTEQUAL 517
NO_ERROR 0
OBJECT_TYPE 37138
ONE 1
ONE_MINUS_CONSTANT_ALPHA 32772
ONE_MINUS_CONSTANT_COLOR 32770
ONE_MINUS_DST_ALPHA 773
ONE_MINUS_DST_COLOR 775
ONE_MINUS_SRC_ALPHA 771
ONE_MINUS_SRC_COLOR 769
OUT_OF_MEMORY 1285
PACK_ALIGNMENT 3333
PACK_ROW_LENGTH 3330
PACK_SKIP_PIXELS 3332
PACK_SKIP_ROWS 3331
PIXEL_PACK_BUFFER 35051
PIXEL_PACK_BUFFER_BINDING 35053
PIXEL_UNPACK_BUFFER 35052
PIXEL_UNPACK_BUFFER_BINDING 35055
POINTS 0
POLYGON_OFFSET_FACTOR 32824
POLYGON_OFFSET_FILL 32823
POLYGON_OFFSET_UNITS 10752
QUERY_RESULT 34918
QUERY_RESULT_AVAILABLE 34919
R11F_G11F_B10F 35898
R16F 33325
R16I 33331
R16UI 33332
R32F 33326
R32I 33333
R32UI 33334
R8 33321
R8I 33329
R8UI 33330
R8_SNORM 36756
RASTERIZER_DISCARD 35977
READ_BUFFER 3074
READ_FRAMEBUFFER 36008
READ_FRAMEBUFFER_BINDING 36010
RED 6403
RED_BITS 3410
RED_INTEGER 36244
RENDERBUFFER 36161
RENDERBUFFER_ALPHA_SIZE 36179
RENDERBUFFER_BINDING 36007
RENDERBUFFER_BLUE_SIZE 36178
RENDERBUFFER_DEPTH_SIZE 36180
RENDERBUFFER_GREEN_SIZE 36177
RENDERBUFFER_HEIGHT 36163
RENDERBUFFER_INTERNAL_FORMAT 36164
RENDERBUFFER_RED_SIZE 36176
RENDERBUFFER_SAMPLES 36011
RENDERBUFFER_STENCIL_SIZE 36181
RENDERBUFFER_WIDTH 36162
RENDERER 7937
REPEAT 10497
REPLACE 7681
RG 33319
RG16F 33327
RG16I 33337
RG16UI 33338
RG32F 33328
RG32I 33339
RG32UI 33340
RG8 33323
RG8I 33335
RG8UI 33336
RG8_SNORM 36757
RGB 6407
RGB10_A2 32857
RGB10_A2UI 36975
RGB16F 34843
RGB16I 36233
RGB16UI 36215
RGB32F 34837
RGB32I 36227
RGB32UI 36209
RGB565 36194
RGB5_A1 32855
RGB8 32849
RGB8I 36239
RGB8UI 36221
RGB8_SNORM 36758
RGB9_E5 35901
RGBA 6408
RGBA16F 34842
RGBA16I 36232
RGBA16UI 36214
RGBA32F 34836
RGBA32I 36226
RGBA32UI 36208
RGBA4 32854
RGBA8 32856
RGBA8I 36238
RGBA8UI 36220
RGBA8_SNORM 36759
RGBA_INTEGER 36249
RGB_INTEGER 36248
RG_INTEGER 33320
SAMPLER_2D 35678
SAMPLER_2D_ARRAY 36289
SAMPLER_2D_ARRAY_SHADOW 36292
SAMPLER_2D_SHADOW 35682
SAMPLER_3D 35679
SAMPLER_BINDING 35097
SAMPLER_CUBE 35680
SAMPLER_CUBE_SHADOW 36293
SAMPLES 32937
SAMPLE_ALPHA_TO_COVERAGE 32926
SAMPLE_BUFFERS 32936
SAMPLE_COVERAGE 32928
SAMPLE_COVERAGE_INVERT 32939
SAMPLE_COVERAGE_VALUE 32938
SCISSOR_BOX 3088
SCISSOR_TEST 3089
SEPARATE_ATTRIBS 35981
SHADER_TYPE 35663
SHADING_LANGUAGE_VERSION 35724
SHORT 5122
SIGNALED 37145
SIGNED_NORMALIZED 36764
SRC_ALPHA 770
SRC_ALPHA_SATURATE 776
SRC_COLOR 768
SRGB 35904
SRGB8 35905
SRGB8_ALPHA8 35907
STATIC_COPY 35046
STATIC_DRAW 35044
STATIC_READ 35045
STENCIL 6146
STENCIL_ATTACHMENT 36128
STENCIL_BACK_FAIL 34817
STENCIL_BACK_FUNC 34816
STENCIL_BACK_PASS_DEPTH_FAIL 34818
STENCIL_BACK_PASS_DEPTH_PASS 34819
STENCIL_BACK_REF 36003
STENCIL_BACK_VALUE_MASK 36004
STENCIL_BACK_WRITEMASK 36005
STENCIL_BITS 3415
STENCIL_BUFFER_BIT 1024
STENCIL_CLEAR_VALUE 2961
STENCIL_FAIL 2964
STENCIL_FUNC 2962
STENCIL_INDEX8 36168
STENCIL_PASS_DEPTH_FAIL 2965
STENCIL_PASS_DEPTH_PASS 2966
STENCIL_REF 2967
STENCIL_TEST 2960
STENCIL_VALUE_MASK 2963
STENCIL_WRITEMASK 2968
STREAM_COPY 35042
STREAM_DRAW 35040
STREAM_READ 35041
SUBPIXEL_BITS 3408
SYNC_CONDITION 37139
SYNC_FENCE 37142
SYNC_FLAGS 37141
SYNC_FLUSH_COMMANDS_BIT 1
SYNC_GPU_COMMANDS_COMPLETE 37143
SYNC_STATUS 37140
TEXTURE 5890
TEXTURE0 33984
TEXTURE1 33985
TEXTURE10 33994
TEXTURE11 33995
TEXTURE12 33996
TEXTURE13 33997
TEXTURE14 33998
TEXTURE15 33999
TEXTURE16 34000
TEXTURE17 34001
TEXTURE18 34002
TEXTURE19 34003
TEXTURE2 33986
TEXTURE20 34004
TEXTURE21 34005
TEXTURE22 34006
TEXTURE23 34007
TEXTURE24 34008
TEXTURE25 34009
TEXTURE26 34010
TEXTURE27 34011
TEXTURE28 34012
TEXTURE29 34013
TEXTURE3 33987
TEXTURE30 34014
TEXTURE31 34015
TEXTURE4 33988
TEXTURE5 33989
TEXTURE6 33990
TEXTURE7 33991
TEXTURE8 33992
TEXTURE9 33993
TEXTURE_2D 3553
TEXTURE_2D_ARRAY 35866
TEXTURE_3D 32879
TEXTURE_BASE_LEVEL 33084
TEXTURE_BINDING_2D 32873
TEXTURE_BINDING_2D_ARRAY 35869
TEXTURE_BINDING_3D 32874
TEXTURE_BINDING_CUBE_MAP 34068
TEXTURE_COMPARE_FUNC 34893
TEXTURE_COMPARE_MODE 34892
TEXTURE_CUBE_MAP 34067
TEXTURE_CUBE_MAP_NEGATIVE_X 34070
TEXTURE_CUBE_MAP_NEGATIVE_Y 34072
TEXTURE_CUBE_MAP_NEGATIVE_Z 34074
TEXTURE_CUBE_MAP_POSITIVE_X 34069
TEXTURE_CUBE_MAP_POSITIVE_Y 34071
TEXTURE_CUBE_MAP_POSITIVE_Z 34073
TEXTURE_IMMUTABLE_FORMAT 37167
TEXTURE_IMMUTABLE_LEVELS 33503
TEXTURE_MAG_FILTER 10240
TEXTURE_MAX_LEVEL 33085
TEXTURE_MAX_LOD 33083
TEXTURE_MIN_FILTER 10241
TEXTURE_MIN_LOD 33082
TEXTURE_WRAP_R 32882
TEXTURE_WRAP_S 10242
TEXTURE_WRAP_T 10243
TIMEOUT_EXPIRED 37147
TIMEOUT_IGNORED -1
TRANSFORM_FEEDBACK 36386
TRANSFORM_FEEDBACK_ACTIVE 36388
TRANSFORM_FEEDBACK_BINDING 36389
TRANSFORM_FEEDBACK_BUFFER 35982
TRANSFORM_FEEDBACK_BUFFER_BINDING 35983
TRANSFORM_FEEDBACK_BUFFER_MODE 35967
TRANSFORM_FEEDBACK_BUFFER_SIZE 35973
TRANSFORM_FEEDBACK_BUFFER_START 35972
TRANSFORM_FEEDBACK_PAUSED 36387
TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 35976
TRANSFORM_FEEDBACK_VARYINGS 35971
TRIANGLES 4
TRIANGLE_FAN 6
TRIANGLE_STRIP 5
UNIFORM_ARRAY_STRIDE 35388
UNIFORM_BLOCK_ACTIVE_UNIFORMS 35394
UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES 35395
UNIFORM_BLOCK_BINDING 35391
UNIFORM_BLOCK_DATA_SIZE 35392
UNIFORM_BLOCK_INDEX 35386
UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER 35398
UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER 35396
UNIFORM_BUFFER 35345
UNIFORM_BUFFER_BINDING 35368
UNIFORM_BUFFER_OFFSET_ALIGNMENT 35380
UNIFORM_BUFFER_SIZE 35370
UNIFORM_BUFFER_START 35369
UNIFORM_IS_ROW_MAJOR 35390
UNIFORM_MATRIX_STRIDE 35389
UNIFORM_OFFSET 35387
UNIFORM_SIZE 35384
UNIFORM_TYPE 35383
UNPACK_ALIGNMENT 3317
UNPACK_COLORSPACE_CONVERSION_WEBGL 37443
UNPACK_FLIP_Y_WEBGL 37440
UNPACK_IMAGE_HEIGHT 32878
UNPACK_PREMULTIPLY_ALPHA_WEBGL 37441
UNPACK_ROW_LENGTH 3314
UNPACK_SKIP_IMAGES 32877
UNPACK_SKIP_PIXELS 3316
UNPACK_SKIP_ROWS 3315
UNSIGNALED 37144
UNSIGNED_BYTE 5121
UNSIGNED_INT 5125
UNSIGNED_INT_10F_11F_11F_REV 35899
UNSIGNED_INT_24_8 34042
UNSIGNED_INT_2_10_10_10_REV 33640
UNSIGNED_INT_5_9_9_9_REV 35902
UNSIGNED_INT_SAMPLER_2D 36306
UNSIGNED_INT_SAMPLER_2D_ARRAY 36311
UNSIGNED_INT_SAMPLER_3D 36307
UNSIGNED_INT_SAMPLER_CUBE 36308
UNSIGNED_INT_VEC2 36294
UNSIGNED_INT_VEC3 36295
UNSIGNED_INT_VEC4 36296
UNSIGNED_NORMALIZED 35863
UNSIGNED_SHORT 5123
UNSIGNED_SHORT_4_4_4_4 32819
UNSIGNED_SHORT_5_5_5_1 32820
UNSIGNED_SHORT_5_6_5 33635
VALIDATE_STATUS 35715
VENDOR 7936
VERSION 7938
VERTEX_ARRAY_BINDING 34229
VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 34975
VERTEX_ATTRIB_ARRAY_DIVISOR 35070
VERTEX_ATTRIB_ARRAY_ENABLED 34338
VERTEX_ATTRIB_ARRAY_INTEGER 35069
VERTEX_ATTRIB_ARRAY_NORMALIZED 34922
VERTEX_ATTRIB_ARRAY_POINTER 34373
VERTEX_ATTRIB_ARRAY_SIZE 34339
VERTEX_ATTRIB_ARRAY_STRIDE 34340
VERTEX_ATTRIB_ARRAY_TYPE 34341
VERTEX_SHADER 35633
VIEWPORT 2978
WAIT_FAILED 37149
ZERO 0
prototype WebGL2RenderingContext

Defined in

node_modules/typescript/lib/lib.dom.d.ts:23161

node_modules/typescript/lib/lib.dom.d.ts:23164


WebGLActiveInfo

WebGLActiveInfo: Object

Call signature

new WebGLActiveInfo(): WebGLActiveInfo

Returns

WebGLActiveInfo

Type declaration

Name Type
prototype WebGLActiveInfo

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24236

node_modules/typescript/lib/lib.dom.d.ts:24245


WebGLBuffer

WebGLBuffer: Object

Call signature

new WebGLBuffer(): WebGLBuffer

Returns

WebGLBuffer

Type declaration

Name Type
prototype WebGLBuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24255

node_modules/typescript/lib/lib.dom.d.ts:24258


WebGLContextEvent

WebGLContextEvent: Object

Call signature

new WebGLContextEvent(type, eventInit?): WebGLContextEvent

Parameters
Name Type
type string
eventInit? WebGLContextEventInit
Returns

WebGLContextEvent

Type declaration

Name Type
prototype WebGLContextEvent

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24268

node_modules/typescript/lib/lib.dom.d.ts:24273


WebGLFramebuffer

WebGLFramebuffer: Object

Call signature

new WebGLFramebuffer(): WebGLFramebuffer

Returns

WebGLFramebuffer

Type declaration

Name Type
prototype WebGLFramebuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24283

node_modules/typescript/lib/lib.dom.d.ts:24286


WebGLProgram

WebGLProgram: Object

Call signature

new WebGLProgram(): WebGLProgram

Returns

WebGLProgram

Type declaration

Name Type
prototype WebGLProgram

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24296

node_modules/typescript/lib/lib.dom.d.ts:24299


WebGLQuery

WebGLQuery: Object

Call signature

new WebGLQuery(): WebGLQuery

Returns

WebGLQuery

Type declaration

Name Type
prototype WebGLQuery

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24305

node_modules/typescript/lib/lib.dom.d.ts:24308


WebGLRenderbuffer

WebGLRenderbuffer: Object

Call signature

new WebGLRenderbuffer(): WebGLRenderbuffer

Returns

WebGLRenderbuffer

Type declaration

Name Type
prototype WebGLRenderbuffer

Defined in

node_modules/typescript/lib/lib.dom.d.ts:24318

node_modules/typescript/lib/lib.dom.d.ts:24321


WebGLRenderingContext

WebGLRenderingContext: Object

Call signature

new WebGLRenderingContext(): WebGLRenderingContext

Returns

WebGLRenderingContext

Type declaration

Name Type
ACTIVE_ATTRIBUTES 35721
ACTIVE_TEXTURE 34016
ACTIVE_UNIFORMS 35718
ALIASED_LINE_WIDTH_RANGE 33902
ALIASED_POINT_SIZE_RANGE 33901
ALPHA 6406
ALPHA_BITS 3413
ALWAYS 519
ARRAY_BUFFER 34962
ARRAY_BUFFER_BINDING 34964
ATTACHED_SHADERS 35717
BACK 1029
BLEND 3042
BLEND_COLOR 32773
BLEND_DST_ALPHA 32970
BLEND_DST_RGB 32968
BLEND_EQUATION 32777
BLEND_EQUATION_ALPHA 34877
BLEND_EQUATION_RGB 32777
BLEND_SRC_ALPHA 32971
BLEND_SRC_RGB 32969
BLUE_BITS 3412
BOOL 35670
BOOL_VEC2 35671
BOOL_VEC3 35672
BOOL_VEC4 35673
BROWSER_DEFAULT_WEBGL 37444
BUFFER_SIZE 34660
BUFFER_USAGE 34661
BYTE 5120
CCW 2305
CLAMP_TO_EDGE 33071
COLOR_ATTACHMENT0 36064
COLOR_BUFFER_BIT 16384
COLOR_CLEAR_VALUE 3106
COLOR_WRITEMASK 3107
COMPILE_STATUS 35713
COMPRESSED_TEXTURE_FORMATS 34467
CONSTANT_ALPHA 32771
CONSTANT_COLOR 32769
CONTEXT_LOST_WEBGL 37442
CULL_FACE 2884
CULL_FACE_MODE 2885
CURRENT_PROGRAM 35725
CURRENT_VERTEX_ATTRIB 34342
CW 2304
DECR 7683
DECR_WRAP 34056
DELETE_STATUS 35712
DEPTH_ATTACHMENT 36096
DEPTH_BITS 3414
DEPTH_BUFFER_BIT 256
DEPTH_CLEAR_VALUE 2931
DEPTH_COMPONENT 6402
DEPTH_COMPONENT16 33189
DEPTH_FUNC 2932
DEPTH_RANGE 2928
DEPTH_STENCIL 34041
DEPTH_STENCIL_ATTACHMENT 33306
DEPTH_TEST 2929
DEPTH_WRITEMASK 2930
DITHER 3024
DONT_CARE 4352
DST_ALPHA 772
DST_COLOR 774
DYNAMIC_DRAW 35048
ELEMENT_ARRAY_BUFFER 34963
ELEMENT_ARRAY_BUFFER_BINDING 34965
EQUAL 514
FASTEST 4353
FLOAT 5126
FLOAT_MAT2 35674
FLOAT_MAT3 35675
FLOAT_MAT4 35676
FLOAT_VEC2 35664
FLOAT_VEC3 35665
FLOAT_VEC4 35666
FRAGMENT_SHADER 35632
FRAMEBUFFER 36160
FRAMEBUFFER_ATTACHMENT_OBJECT_NAME 36049
FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE 36048
FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE 36051
FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL 36050
FRAMEBUFFER_BINDING 36006
FRAMEBUFFER_COMPLETE 36053
FRAMEBUFFER_INCOMPLETE_ATTACHMENT 36054
FRAMEBUFFER_INCOMPLETE_DIMENSIONS 36057
FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 36055
FRAMEBUFFER_UNSUPPORTED 36061
FRONT 1028
FRONT_AND_BACK 1032
FRONT_FACE 2886
FUNC_ADD 32774
FUNC_REVERSE_SUBTRACT 32779
FUNC_SUBTRACT 32778
GENERATE_MIPMAP_HINT 33170
GEQUAL 518
GREATER 516
GREEN_BITS 3411
HIGH_FLOAT 36338
HIGH_INT 36341
IMPLEMENTATION_COLOR_READ_FORMAT 35739
IMPLEMENTATION_COLOR_READ_TYPE 35738
INCR 7682
INCR_WRAP 34055
INT 5124
INT_VEC2 35667
INT_VEC3 35668
INT_VEC4 35669
INVALID_ENUM 1280
INVALID_FRAMEBUFFER_OPERATION 1286
INVALID_OPERATION 1282
INVALID_VALUE 1281
INVERT 5386
KEEP 7680
LEQUAL 515
LESS 513
LINEAR 9729
LINEAR_MIPMAP_LINEAR 9987
LINEAR_MIPMAP_NEAREST 9985
LINES 1
LINE_LOOP 2
LINE_STRIP 3
LINE_WIDTH 2849
LINK_STATUS 35714
LOW_FLOAT 36336
LOW_INT 36339
LUMINANCE 6409
LUMINANCE_ALPHA 6410
MAX_COMBINED_TEXTURE_IMAGE_UNITS 35661
MAX_CUBE_MAP_TEXTURE_SIZE 34076
MAX_FRAGMENT_UNIFORM_VECTORS 36349
MAX_RENDERBUFFER_SIZE 34024
MAX_TEXTURE_IMAGE_UNITS 34930
MAX_TEXTURE_SIZE 3379
MAX_VARYING_VECTORS 36348
MAX_VERTEX_ATTRIBS 34921
MAX_VERTEX_TEXTURE_IMAGE_UNITS 35660
MAX_VERTEX_UNIFORM_VECTORS 36347
MAX_VIEWPORT_DIMS 3386
MEDIUM_FLOAT 36337
MEDIUM_INT 36340
MIRRORED_REPEAT 33648
NEAREST 9728
NEAREST_MIPMAP_LINEAR 9986
NEAREST_MIPMAP_NEAREST 9984
NEVER 512
NICEST 4354
NONE 0
NOTEQUAL 517
NO_ERROR 0
ONE 1
ONE_MINUS_CONSTANT_ALPHA 32772
ONE_MINUS_CONSTANT_COLOR 32770
ONE_MINUS_DST_ALPHA 773
ONE_MINUS_DST_COLOR 775
ONE_MINUS_SRC_ALPHA 771
ONE_MINUS_SRC_COLOR 769
OUT_OF_MEMORY 1285
PACK_ALIGNMENT 3333
POINTS 0
POLYGON_OFFSET_FACTOR 32824
POLYGON_OFFSET_FILL 32823
POLYGON_OFFSET_UNITS 10752
RED_BITS 3410
RENDERBUFFER 36161
RENDERBUFFER_ALPHA_SIZE 36179
RENDERBUFFER_BINDING 36007
RENDERBUFFER_BLUE_SIZE 36178
RENDERBUFFER_DEPTH_SIZE 36180
RENDERBUFFER_GREEN_SIZE 36177
RENDERBUFFER_HEIGHT 36163
RENDERBUFFER_INTERNAL_FORMAT 36164
RENDERBUFFER_RED_SIZE 36176
RENDERBUFFER_STENCIL_SIZE 36181
RENDERBUFFER_WIDTH 36162
RENDERER 7937
REPEAT 10497
REPLACE 7681
RGB 6407
`RG

Typescript Libraries

Modules

Namespaces

Clone this wiki locally