Type Aliases
AnimationPlayState
AnimationPlayState: "finished" | "idle" | "paused" | "running"
AnimationReplaceState
AnimationReplaceState: "active" | "persisted" | "removed"
ArrayBufferLike
ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]
BinaryType
BinaryType: "arraybuffer" | "blob"
CompositeOperation
CompositeOperation: "accumulate" | "add" | "replace"
CompositeOperationOrAuto
CompositeOperationOrAuto: "accumulate" | "add" | "auto" | "replace"
ConstrainBoolean
ConstrainDOMString
ConstrainDouble
ConstrainULong
DOMParserSupportedType
DOMParserSupportedType: "application/xhtml+xml" | "application/xml" | "image/svg+xml" | "text/html" | "text/xml"
DocumentReadyState
DocumentReadyState: "complete" | "interactive" | "loading"
DocumentVisibilityState
DocumentVisibilityState: "hidden" | "visible"
EventListenerOrEventListenerObject
EventListenerOrEventListenerObject: EventListener | EventListenerObject
FillMode
FillMode: "auto" | "backwards" | "both" | "forwards" | "none"
FontFaceLoadStatus
FontFaceLoadStatus: "error" | "loaded" | "loading" | "unloaded"
FullscreenNavigationUI
FullscreenNavigationUI: "auto" | "hide" | "show"
GamepadMappingType
GamepadMappingType: "" | "standard" | "xr-standard"
HTMLOrSVGScriptElement
InsertPosition
InsertPosition: "beforebegin" | "afterbegin" | "beforeend" | "afterend"
IterationCompositeOperation
IterationCompositeOperation: "accumulate" | "replace"
MIDIPortConnectionState
MIDIPortConnectionState: "closed" | "open" | "pending"
MIDIPortDeviceState
MIDIPortDeviceState: "connected" | "disconnected"
MIDIPortType
MIDIPortType: "input" | "output"
MediaKeyMessageType
MediaKeyMessageType: "individualization-request" | "license-release" | "license-renewal" | "license-request"
MediaStreamTrackState
MediaStreamTrackState: "ended" | "live"
NodeFilter
PlaybackDirection
PlaybackDirection: "alternate" | "alternate-reverse" | "normal" | "reverse"
RTCDataChannelState
RTCDataChannelState: "closed" | "closing" | "connecting" | "open"
RTCDtlsTransportState
RTCDtlsTransportState: "closed" | "connected" | "connecting" | "failed" | "new"
RTCErrorDetailType
RTCErrorDetailType: "data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "hardware-encoder-error" | "hardware-encoder-not-available" | "sctp-failure" | "sdp-syntax-error"
RTCIceCandidateType
RTCIceCandidateType: "host" | "prflx" | "relay" | "srflx"
RTCIceComponent
RTCIceComponent: "rtcp" | "rtp"
RTCIceGathererState
RTCIceGathererState: "complete" | "gathering" | "new"
RTCIceProtocol
RTCIceProtocol: "tcp" | "udp"
RTCIceTcpCandidateType
RTCIceTcpCandidateType: "active" | "passive" | "so"
RTCIceTransportState
RTCIceTransportState: "checking" | "closed" | "completed" | "connected" | "disconnected" | "failed" | "new"
ScrollBehavior
ScrollBehavior: "auto" | "smooth"
ScrollLogicalPosition
ScrollLogicalPosition: "center" | "end" | "nearest" | "start"
SecurityPolicyViolationEventDisposition
SecurityPolicyViolationEventDisposition: "enforce" | "report"
ShadowRootMode
ShadowRootMode: "closed" | "open"
SlotAssignmentMode
SlotAssignmentMode: "manual" | "named"
SpeechSynthesisErrorCode
SpeechSynthesisErrorCode: "audio-busy" | "audio-hardware" | "canceled" | "interrupted" | "invalid-argument" | "language-unavailable" | "network" | "not-allowed" | "synthesis-failed" | "synthesis-unavailable" | "text-too-long" | "voice-unavailable"
TextTrackKind
TextTrackKind: "captions" | "chapters" | "descriptions" | "metadata" | "subtitles"
TextTrackMode
TextTrackMode: "disabled" | "hidden" | "showing"
XPathNSResolver
XPathNSResolver: ((prefix: string | null) => string | null) | { lookupNamespaceURI: any }