-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.Window
@ralphschuler/webgl-shader-factory.<internal>.Window
A window containing a DOM document; the document property points to the DOM document loaded in that window.
-
EventTarget
-
↳
Window
▪ [index: number
]: Window
- caches
- clientInformation
- closed
- crossOriginIsolated
- crypto
- customElements
- devicePixelRatio
- document
- event
- external
- frameElement
- frames
- history
- indexedDB
- innerHeight
- innerWidth
- isSecureContext
- length
- localStorage
- locationbar
- menubar
- name
- navigator
- onabort
- onafterprint
- onanimationcancel
- onanimationend
- onanimationiteration
- onanimationstart
- onauxclick
- onbeforeinput
- onbeforeprint
- onbeforeunload
- onblur
- oncancel
- oncanplay
- oncanplaythrough
- onchange
- onclick
- onclose
- oncontextmenu
- oncopy
- oncuechange
- oncut
- ondblclick
- ondevicemotion
- ondeviceorientation
- ondrag
- ondragend
- ondragenter
- ondragleave
- ondragover
- ondragstart
- ondrop
- ondurationchange
- onemptied
- onended
- onerror
- onfocus
- onformdata
- ongamepadconnected
- ongamepaddisconnected
- ongotpointercapture
- onhashchange
- oninput
- oninvalid
- onkeydown
- onkeypress
- onkeyup
- onlanguagechange
- onload
- onloadeddata
- onloadedmetadata
- onloadstart
- onlostpointercapture
- onmessage
- onmessageerror
- onmousedown
- onmouseenter
- onmouseleave
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- onoffline
- ononline
- onorientationchange
- onpagehide
- onpageshow
- onpaste
- onpause
- onplay
- onplaying
- onpointercancel
- onpointerdown
- onpointerenter
- onpointerleave
- onpointermove
- onpointerout
- onpointerover
- onpointerup
- onpopstate
- onprogress
- onratechange
- onrejectionhandled
- onreset
- onresize
- onscroll
- onscrollend
- onsecuritypolicyviolation
- onseeked
- onseeking
- onselect
- onselectionchange
- onselectstart
- onslotchange
- onstalled
- onstorage
- onsubmit
- onsuspend
- ontimeupdate
- ontoggle
- ontouchcancel
- ontouchend
- ontouchmove
- ontouchstart
- ontransitioncancel
- ontransitionend
- ontransitionrun
- ontransitionstart
- onunhandledrejection
- onunload
- onvolumechange
- onwaiting
- onwebkitanimationend
- onwebkitanimationiteration
- onwebkitanimationstart
- onwebkittransitionend
- onwheel
- opener
- orientation
- origin
- outerHeight
- outerWidth
- pageXOffset
- pageYOffset
- parent
- performance
- personalbar
- screen
- screenLeft
- screenTop
- screenX
- screenY
- scrollX
- scrollY
- scrollbars
- self
- sessionStorage
- speechSynthesis
- status
- statusbar
- toolbar
- top
- visualViewport
- window
- addEventListener
- alert
- atob
- blur
- btoa
- cancelAnimationFrame
- cancelIdleCallback
- captureEvents
- clearInterval
- clearTimeout
- close
- confirm
- createImageBitmap
- dispatchEvent
- fetch
- focus
- getComputedStyle
- getSelection
- matchMedia
- moveBy
- moveTo
- open
- postMessage
- prompt
- queueMicrotask
- releaseEvents
- removeEventListener
- reportError
- requestAnimationFrame
- requestIdleCallback
- resizeBy
- resizeTo
- scroll
- scrollBy
- scrollTo
- setInterval
- setTimeout
- stop
- structuredClone
• Readonly
caches: CacheStorage
Available only in secure contexts.
WindowOrWorkerGlobalScope.caches
node_modules/typescript/lib/lib.dom.d.ts:25914
• Readonly
clientInformation: Navigator
Deprecated
This is a legacy alias of navigator
.
node_modules/typescript/lib/lib.dom.d.ts:25579
• Readonly
closed: boolean
Returns true if the window has been closed, false otherwise.
node_modules/typescript/lib/lib.dom.d.ts:25585
• Readonly
crossOriginIsolated: boolean
WindowOrWorkerGlobalScope.crossOriginIsolated
node_modules/typescript/lib/lib.dom.d.ts:25916
• Readonly
crypto: Crypto
WindowOrWorkerGlobalScope.crypto
node_modules/typescript/lib/lib.dom.d.ts:25918
• Readonly
customElements: CustomElementRegistry
Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.
node_modules/typescript/lib/lib.dom.d.ts:25591
• Readonly
devicePixelRatio: number
node_modules/typescript/lib/lib.dom.d.ts:25593
• Readonly
document: Document
node_modules/typescript/lib/lib.dom.d.ts:25595
• Readonly
event: undefined
| Event
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25601
• Readonly
external: External
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25607
• Readonly
frameElement: null
| Element
node_modules/typescript/lib/lib.dom.d.ts:25609
• Readonly
frames: Window
node_modules/typescript/lib/lib.dom.d.ts:25611
• Readonly
history: History
node_modules/typescript/lib/lib.dom.d.ts:25613
• Readonly
indexedDB: IDBFactory
WindowOrWorkerGlobalScope.indexedDB
node_modules/typescript/lib/lib.dom.d.ts:25920
• Readonly
innerHeight: number
node_modules/typescript/lib/lib.dom.d.ts:25615
• Readonly
innerWidth: number
node_modules/typescript/lib/lib.dom.d.ts:25617
• Readonly
isSecureContext: boolean
WindowOrWorkerGlobalScope.isSecureContext
node_modules/typescript/lib/lib.dom.d.ts:25922
• Readonly
length: number
node_modules/typescript/lib/lib.dom.d.ts:25619
• Readonly
localStorage: Storage
WindowLocalStorage.localStorage
node_modules/typescript/lib/lib.dom.d.ts:25905
• Readonly
locationbar: BarProp
Returns true if the location bar is visible; otherwise, returns false.
node_modules/typescript/lib/lib.dom.d.ts:25628
• Readonly
menubar: BarProp
Returns true if the menu bar is visible; otherwise, returns false.
node_modules/typescript/lib/lib.dom.d.ts:25634
• name: string
node_modules/typescript/lib/lib.dom.d.ts:25636
• Readonly
navigator: Navigator
node_modules/typescript/lib/lib.dom.d.ts:25638
• onabort: null
| (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Fires when the user aborts the download.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:8948
• onafterprint: null
| (this
: WindowEventHandlers
, ev
: Event
) => any
WindowEventHandlers.onafterprint
node_modules/typescript/lib/lib.dom.d.ts:25862
• onanimationcancel: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
GlobalEventHandlers.onanimationcancel
node_modules/typescript/lib/lib.dom.d.ts:8950
• onanimationend: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
GlobalEventHandlers.onanimationend
node_modules/typescript/lib/lib.dom.d.ts:8952
• onanimationiteration: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
GlobalEventHandlers.onanimationiteration
node_modules/typescript/lib/lib.dom.d.ts:8954
• onanimationstart: null
| (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
GlobalEventHandlers.onanimationstart
node_modules/typescript/lib/lib.dom.d.ts:8956
• onauxclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
GlobalEventHandlers.onauxclick
node_modules/typescript/lib/lib.dom.d.ts:8958
• onbeforeinput: null
| (this
: GlobalEventHandlers
, ev
: InputEvent
) => any
GlobalEventHandlers.onbeforeinput
node_modules/typescript/lib/lib.dom.d.ts:8960
• onbeforeprint: null
| (this
: WindowEventHandlers
, ev
: Event
) => any
WindowEventHandlers.onbeforeprint
node_modules/typescript/lib/lib.dom.d.ts:25864
• onbeforeunload: null
| (this
: WindowEventHandlers
, ev
: BeforeUnloadEvent
) => any
WindowEventHandlers.onbeforeunload
node_modules/typescript/lib/lib.dom.d.ts:25866
• onblur: null
| (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Fires when the object loses the input focus.
Param
The focus event.
node_modules/typescript/lib/lib.dom.d.ts:8967
• oncancel: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:8969
• oncanplay: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback is possible, but would require further buffering.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:8976
• oncanplaythrough: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
GlobalEventHandlers.oncanplaythrough
node_modules/typescript/lib/lib.dom.d.ts:8978
• onchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the contents of the object or selection have changed.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:8985
• onclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the left mouse button on the object
Param
The mouse event.
node_modules/typescript/lib/lib.dom.d.ts:8992
• onclose: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:8994
• oncontextmenu: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Param
The mouse event.
GlobalEventHandlers.oncontextmenu
node_modules/typescript/lib/lib.dom.d.ts:9001
• oncopy: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9003
• oncuechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
GlobalEventHandlers.oncuechange
node_modules/typescript/lib/lib.dom.d.ts:9005
• oncut: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9007
• ondblclick: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user double-clicks the object.
Param
The mouse event.
GlobalEventHandlers.ondblclick
node_modules/typescript/lib/lib.dom.d.ts:9014
• ondevicemotion: null
| (this
: Window
, ev
: DeviceMotionEvent
) => any
Available only in secure contexts.
node_modules/typescript/lib/lib.dom.d.ts:25644
• ondeviceorientation: null
| (this
: Window
, ev
: DeviceOrientationEvent
) => any
Available only in secure contexts.
node_modules/typescript/lib/lib.dom.d.ts:25650
• ondrag: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object continuously during a drag operation.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9021
• ondragend: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object when the user releases the mouse at the close of a drag operation.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9028
• ondragenter: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target element when the user drags the object to a valid drop target.
Param
The drag event.
GlobalEventHandlers.ondragenter
node_modules/typescript/lib/lib.dom.d.ts:9035
• ondragleave: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Param
The drag event.
GlobalEventHandlers.ondragleave
node_modules/typescript/lib/lib.dom.d.ts:9042
• ondragover: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the target element continuously while the user drags the object over a valid drop target.
Param
The event.
GlobalEventHandlers.ondragover
node_modules/typescript/lib/lib.dom.d.ts:9049
• ondragstart: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Fires on the source object when the user starts to drag a text selection or selected object.
Param
The event.
GlobalEventHandlers.ondragstart
node_modules/typescript/lib/lib.dom.d.ts:9056
• ondrop: null
| (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9058
• ondurationchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the duration attribute is updated.
Param
The event.
GlobalEventHandlers.ondurationchange
node_modules/typescript/lib/lib.dom.d.ts:9065
• onemptied: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the media element is reset to its initial state.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9072
• onended: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the end of playback is reached.
Param
The event
node_modules/typescript/lib/lib.dom.d.ts:9079
• onerror: OnErrorEventHandler
Fires when an error occurs during object loading.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9086
• onfocus: null
| (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Fires when the object receives focus.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9093
• onformdata: null
| (this
: GlobalEventHandlers
, ev
: FormDataEvent
) => any
GlobalEventHandlers.onformdata
node_modules/typescript/lib/lib.dom.d.ts:9095
• ongamepadconnected: null
| (this
: WindowEventHandlers
, ev
: GamepadEvent
) => any
WindowEventHandlers.ongamepadconnected
node_modules/typescript/lib/lib.dom.d.ts:25868
• ongamepaddisconnected: null
| (this
: WindowEventHandlers
, ev
: GamepadEvent
) => any
WindowEventHandlers.ongamepaddisconnected
node_modules/typescript/lib/lib.dom.d.ts:25870
• ongotpointercapture: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.ongotpointercapture
node_modules/typescript/lib/lib.dom.d.ts:9097
• onhashchange: null
| (this
: WindowEventHandlers
, ev
: HashChangeEvent
) => any
WindowEventHandlers.onhashchange
node_modules/typescript/lib/lib.dom.d.ts:25872
• oninput: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:9099
• oninvalid: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:9101
• onkeydown: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user presses a key.
Param
The keyboard event
node_modules/typescript/lib/lib.dom.d.ts:9108
• onkeypress: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user presses an alphanumeric key.
Param
The event.
Deprecated
GlobalEventHandlers.onkeypress
node_modules/typescript/lib/lib.dom.d.ts:9116
• onkeyup: null
| (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Fires when the user releases a key.
Param
The keyboard event
node_modules/typescript/lib/lib.dom.d.ts:9123
• onlanguagechange: null
| (this
: WindowEventHandlers
, ev
: Event
) => any
WindowEventHandlers.onlanguagechange
node_modules/typescript/lib/lib.dom.d.ts:25874
• onload: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires immediately after the browser loads the object.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9130
• onloadeddata: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when media data is loaded at the current playback position.
Param
The event.
GlobalEventHandlers.onloadeddata
node_modules/typescript/lib/lib.dom.d.ts:9137
• onloadedmetadata: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the duration and dimensions of the media have been determined.
Param
The event.
GlobalEventHandlers.onloadedmetadata
node_modules/typescript/lib/lib.dom.d.ts:9144
• onloadstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when Internet Explorer begins looking for media data.
Param
The event.
GlobalEventHandlers.onloadstart
node_modules/typescript/lib/lib.dom.d.ts:9151
• onlostpointercapture: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onlostpointercapture
node_modules/typescript/lib/lib.dom.d.ts:9153
• onmessage: null
| (this
: WindowEventHandlers
, ev
: MessageEvent
<any
>) => any
node_modules/typescript/lib/lib.dom.d.ts:25876
• onmessageerror: null
| (this
: WindowEventHandlers
, ev
: MessageEvent
<any
>) => any
WindowEventHandlers.onmessageerror
node_modules/typescript/lib/lib.dom.d.ts:25878
• onmousedown: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user clicks the object with either mouse button.
Param
The mouse event.
GlobalEventHandlers.onmousedown
node_modules/typescript/lib/lib.dom.d.ts:9160
• onmouseenter: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
GlobalEventHandlers.onmouseenter
node_modules/typescript/lib/lib.dom.d.ts:9162
• onmouseleave: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
GlobalEventHandlers.onmouseleave
node_modules/typescript/lib/lib.dom.d.ts:9164
• onmousemove: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse over the object.
Param
The mouse event.
GlobalEventHandlers.onmousemove
node_modules/typescript/lib/lib.dom.d.ts:9171
• onmouseout: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse pointer outside the boundaries of the object.
Param
The mouse event.
GlobalEventHandlers.onmouseout
node_modules/typescript/lib/lib.dom.d.ts:9178
• onmouseover: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user moves the mouse pointer into the object.
Param
The mouse event.
GlobalEventHandlers.onmouseover
node_modules/typescript/lib/lib.dom.d.ts:9185
• onmouseup: null
| (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Fires when the user releases a mouse button while the mouse is over the object.
Param
The mouse event.
node_modules/typescript/lib/lib.dom.d.ts:9192
• onoffline: null
| (this
: WindowEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:25880
• ononline: null
| (this
: WindowEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:25882
• onorientationchange: null
| (this
: Window
, ev
: Event
) => any
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25656
• onpagehide: null
| (this
: WindowEventHandlers
, ev
: PageTransitionEvent
) => any
WindowEventHandlers.onpagehide
node_modules/typescript/lib/lib.dom.d.ts:25884
• onpageshow: null
| (this
: WindowEventHandlers
, ev
: PageTransitionEvent
) => any
WindowEventHandlers.onpageshow
node_modules/typescript/lib/lib.dom.d.ts:25886
• onpaste: null
| (this
: GlobalEventHandlers
, ev
: ClipboardEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9194
• onpause: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback is paused.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9201
• onplay: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the play method is requested.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9208
• onplaying: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the audio or video has started playing.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9215
• onpointercancel: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointercancel
node_modules/typescript/lib/lib.dom.d.ts:9217
• onpointerdown: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointerdown
node_modules/typescript/lib/lib.dom.d.ts:9219
• onpointerenter: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointerenter
node_modules/typescript/lib/lib.dom.d.ts:9221
• onpointerleave: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointerleave
node_modules/typescript/lib/lib.dom.d.ts:9223
• onpointermove: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointermove
node_modules/typescript/lib/lib.dom.d.ts:9225
• onpointerout: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointerout
node_modules/typescript/lib/lib.dom.d.ts:9227
• onpointerover: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointerover
node_modules/typescript/lib/lib.dom.d.ts:9229
• onpointerup: null
| (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
GlobalEventHandlers.onpointerup
node_modules/typescript/lib/lib.dom.d.ts:9231
• onpopstate: null
| (this
: WindowEventHandlers
, ev
: PopStateEvent
) => any
WindowEventHandlers.onpopstate
node_modules/typescript/lib/lib.dom.d.ts:25888
• onprogress: null
| (this
: GlobalEventHandlers
, ev
: ProgressEvent
<EventTarget
>) => any
Occurs to indicate progress while downloading media data.
Param
The event.
GlobalEventHandlers.onprogress
node_modules/typescript/lib/lib.dom.d.ts:9238
• onratechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the playback rate is increased or decreased.
Param
The event.
GlobalEventHandlers.onratechange
node_modules/typescript/lib/lib.dom.d.ts:9245
• onrejectionhandled: null
| (this
: WindowEventHandlers
, ev
: PromiseRejectionEvent
) => any
WindowEventHandlers.onrejectionhandled
node_modules/typescript/lib/lib.dom.d.ts:25890
• onreset: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the user resets a form.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9252
• onresize: null
| (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9254
• onscroll: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the user repositions the scroll box in the scroll bar on the object.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9261
• onscrollend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
GlobalEventHandlers.onscrollend
node_modules/typescript/lib/lib.dom.d.ts:9263
• onsecuritypolicyviolation: null
| (this
: GlobalEventHandlers
, ev
: SecurityPolicyViolationEvent
) => any
GlobalEventHandlers.onsecuritypolicyviolation
node_modules/typescript/lib/lib.dom.d.ts:9265
• onseeked: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the seek operation ends.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9272
• onseeking: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the current playback position is moved.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9279
• onselect: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Fires when the current selection changes.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9286
• onselectionchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
GlobalEventHandlers.onselectionchange
node_modules/typescript/lib/lib.dom.d.ts:9288
• onselectstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
GlobalEventHandlers.onselectstart
node_modules/typescript/lib/lib.dom.d.ts:9290
• onslotchange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
GlobalEventHandlers.onslotchange
node_modules/typescript/lib/lib.dom.d.ts:9292
• onstalled: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the download has stopped.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9299
• onstorage: null
| (this
: WindowEventHandlers
, ev
: StorageEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:25892
• onsubmit: null
| (this
: GlobalEventHandlers
, ev
: SubmitEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9301
• onsuspend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs if the load operation has been intentionally halted.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9308
• ontimeupdate: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs to indicate the current playback position.
Param
The event.
GlobalEventHandlers.ontimeupdate
node_modules/typescript/lib/lib.dom.d.ts:9315
• ontoggle: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:9317
• Optional
ontouchcancel: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
GlobalEventHandlers.ontouchcancel
node_modules/typescript/lib/lib.dom.d.ts:9319
• Optional
ontouchend: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
GlobalEventHandlers.ontouchend
node_modules/typescript/lib/lib.dom.d.ts:9321
• Optional
ontouchmove: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
GlobalEventHandlers.ontouchmove
node_modules/typescript/lib/lib.dom.d.ts:9323
• Optional
ontouchstart: null
| (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
GlobalEventHandlers.ontouchstart
node_modules/typescript/lib/lib.dom.d.ts:9325
• ontransitioncancel: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
GlobalEventHandlers.ontransitioncancel
node_modules/typescript/lib/lib.dom.d.ts:9327
• ontransitionend: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
GlobalEventHandlers.ontransitionend
node_modules/typescript/lib/lib.dom.d.ts:9329
• ontransitionrun: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
GlobalEventHandlers.ontransitionrun
node_modules/typescript/lib/lib.dom.d.ts:9331
• ontransitionstart: null
| (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
GlobalEventHandlers.ontransitionstart
node_modules/typescript/lib/lib.dom.d.ts:9333
• onunhandledrejection: null
| (this
: WindowEventHandlers
, ev
: PromiseRejectionEvent
) => any
WindowEventHandlers.onunhandledrejection
node_modules/typescript/lib/lib.dom.d.ts:25894
• onunload: null
| (this
: WindowEventHandlers
, ev
: Event
) => any
node_modules/typescript/lib/lib.dom.d.ts:25896
• onvolumechange: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when the volume is changed, or playback is muted or unmuted.
Param
The event.
GlobalEventHandlers.onvolumechange
node_modules/typescript/lib/lib.dom.d.ts:9340
• onwaiting: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Occurs when playback stops because the next frame of a video resource is not available.
Param
The event.
node_modules/typescript/lib/lib.dom.d.ts:9347
• onwebkitanimationend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationend
.
GlobalEventHandlers.onwebkitanimationend
node_modules/typescript/lib/lib.dom.d.ts:9353
• onwebkitanimationiteration: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationiteration
.
GlobalEventHandlers.onwebkitanimationiteration
node_modules/typescript/lib/lib.dom.d.ts:9359
• onwebkitanimationstart: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of onanimationstart
.
GlobalEventHandlers.onwebkitanimationstart
node_modules/typescript/lib/lib.dom.d.ts:9365
• onwebkittransitionend: null
| (this
: GlobalEventHandlers
, ev
: Event
) => any
Deprecated
This is a legacy alias of ontransitionend
.
GlobalEventHandlers.onwebkittransitionend
node_modules/typescript/lib/lib.dom.d.ts:9371
• onwheel: null
| (this
: GlobalEventHandlers
, ev
: WheelEvent
) => any
node_modules/typescript/lib/lib.dom.d.ts:9373
• opener: any
node_modules/typescript/lib/lib.dom.d.ts:25658
• Readonly
orientation: number
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25664
• Readonly
origin: string
WindowOrWorkerGlobalScope.origin
node_modules/typescript/lib/lib.dom.d.ts:25924
• Readonly
outerHeight: number
node_modules/typescript/lib/lib.dom.d.ts:25666
• Readonly
outerWidth: number
node_modules/typescript/lib/lib.dom.d.ts:25668
• Readonly
pageXOffset: number
Deprecated
This is a legacy alias of scrollX
.
node_modules/typescript/lib/lib.dom.d.ts:25674
• Readonly
pageYOffset: number
Deprecated
This is a legacy alias of scrollY
.
node_modules/typescript/lib/lib.dom.d.ts:25680
• Readonly
parent: Window
Refers to either the parent WindowProxy, or itself.
It can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent.
node_modules/typescript/lib/lib.dom.d.ts:25688
• Readonly
performance: Performance
WindowOrWorkerGlobalScope.performance
node_modules/typescript/lib/lib.dom.d.ts:25926
• Readonly
personalbar: BarProp
Returns true if the personal bar is visible; otherwise, returns false.
node_modules/typescript/lib/lib.dom.d.ts:25694
• Readonly
screen: Screen
node_modules/typescript/lib/lib.dom.d.ts:25696
• Readonly
screenLeft: number
node_modules/typescript/lib/lib.dom.d.ts:25698
• Readonly
screenTop: number
node_modules/typescript/lib/lib.dom.d.ts:25700
• Readonly
screenX: number
node_modules/typescript/lib/lib.dom.d.ts:25702
• Readonly
screenY: number
node_modules/typescript/lib/lib.dom.d.ts:25704
• Readonly
scrollX: number
node_modules/typescript/lib/lib.dom.d.ts:25706
• Readonly
scrollY: number
node_modules/typescript/lib/lib.dom.d.ts:25708
• Readonly
scrollbars: BarProp
Returns true if the scrollbars are visible; otherwise, returns false.
node_modules/typescript/lib/lib.dom.d.ts:25714
• Readonly
self: Window
& typeof globalThis
node_modules/typescript/lib/lib.dom.d.ts:25716
• Readonly
sessionStorage: Storage
WindowSessionStorage.sessionStorage
node_modules/typescript/lib/lib.dom.d.ts:25954
• Readonly
speechSynthesis: SpeechSynthesis
node_modules/typescript/lib/lib.dom.d.ts:25718
• status: string
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25724
• Readonly
statusbar: BarProp
Returns true if the status bar is visible; otherwise, returns false.
node_modules/typescript/lib/lib.dom.d.ts:25730
• Readonly
toolbar: BarProp
Returns true if the toolbar is visible; otherwise, returns false.
node_modules/typescript/lib/lib.dom.d.ts:25736
• Readonly
top: null
| Window
node_modules/typescript/lib/lib.dom.d.ts:25738
• Readonly
visualViewport: null
| VisualViewport
node_modules/typescript/lib/lib.dom.d.ts:25740
• Readonly
window: Window
& typeof globalThis
node_modules/typescript/lib/lib.dom.d.ts:25742
• get
location(): Location
node_modules/typescript/lib/lib.dom.d.ts:25621
• set
location(href
): void
Name | Type |
---|---|
href |
string | Location
|
void
node_modules/typescript/lib/lib.dom.d.ts:25622
▸ addEventListener<K
>(type
, listener
, options?
): void
Name | Type |
---|---|
K |
extends keyof WindowEventMap
|
Name | Type |
---|---|
type |
K |
listener |
(this : Window , ev : WindowEventMap [K ]) => any
|
options? |
boolean | AddEventListenerOptions
|
void
WindowEventHandlers.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:25827
▸ addEventListener(type
, listener
, options?
): void
Name | Type |
---|---|
type |
string |
listener |
EventListenerOrEventListenerObject |
options? |
boolean | AddEventListenerOptions
|
void
WindowEventHandlers.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:25828
▸ alert(message?
): void
Name | Type |
---|---|
message? |
any |
void
node_modules/typescript/lib/lib.dom.d.ts:25744
▸ atob(data
): string
Name | Type |
---|---|
data |
string |
string
WindowOrWorkerGlobalScope.atob
node_modules/typescript/lib/lib.dom.d.ts:25928
▸ blur(): void
void
node_modules/typescript/lib/lib.dom.d.ts:25746
▸ btoa(data
): string
Name | Type |
---|---|
data |
string |
string
WindowOrWorkerGlobalScope.btoa
node_modules/typescript/lib/lib.dom.d.ts:25930
▸ cancelAnimationFrame(handle
): void
Name | Type |
---|---|
handle |
number |
void
AnimationFrameProvider.cancelAnimationFrame
node_modules/typescript/lib/lib.dom.d.ts:2534
▸ cancelIdleCallback(handle
): void
Name | Type |
---|---|
handle |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25748
▸ captureEvents(): void
void
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25754
▸ clearInterval(id
): void
Name | Type |
---|---|
id |
undefined | number
|
void
WindowOrWorkerGlobalScope.clearInterval
node_modules/typescript/lib/lib.dom.d.ts:25932
▸ clearTimeout(id
): void
Name | Type |
---|---|
id |
undefined | number
|
void
WindowOrWorkerGlobalScope.clearTimeout
node_modules/typescript/lib/lib.dom.d.ts:25934
▸ close(): void
Closes the window.
void
node_modules/typescript/lib/lib.dom.d.ts:25760
▸ confirm(message?
): boolean
Name | Type |
---|---|
message? |
string |
boolean
node_modules/typescript/lib/lib.dom.d.ts:25762
▸ createImageBitmap(image
, options?
): Promise
<ImageBitmap
>
Name | Type |
---|---|
image |
ImageBitmapSource |
options? |
ImageBitmapOptions |
Promise
<ImageBitmap
>
WindowOrWorkerGlobalScope.createImageBitmap
node_modules/typescript/lib/lib.dom.d.ts:25936
▸ createImageBitmap(image
, sx
, sy
, sw
, sh
, options?
): Promise
<ImageBitmap
>
Name | Type |
---|---|
image |
ImageBitmapSource |
sx |
number |
sy |
number |
sw |
number |
sh |
number |
options? |
ImageBitmapOptions |
Promise
<ImageBitmap
>
WindowOrWorkerGlobalScope.createImageBitmap
node_modules/typescript/lib/lib.dom.d.ts:25937
▸ dispatchEvent(event
): boolean
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Name | Type |
---|---|
event |
Event |
boolean
EventTarget.dispatchEvent
node_modules/typescript/lib/lib.dom.d.ts:8217
▸ fetch(input
, init?
): Promise
<Response
>
Name | Type |
---|---|
input |
RequestInfo | URL
|
init? |
RequestInit |
Promise
<Response
>
WindowOrWorkerGlobalScope.fetch
node_modules/typescript/lib/lib.dom.d.ts:25939
▸ focus(): void
Moves the focus to the window's browsing context, if any.
void
node_modules/typescript/lib/lib.dom.d.ts:25768
▸ getComputedStyle(elt
, pseudoElt?
): CSSStyleDeclaration
Name | Type |
---|---|
elt |
Element |
pseudoElt? |
null | string
|
node_modules/typescript/lib/lib.dom.d.ts:25770
▸ getSelection(): null
| Selection
null
| Selection
node_modules/typescript/lib/lib.dom.d.ts:25772
▸ matchMedia(query
): MediaQueryList
Name | Type |
---|---|
query |
string |
node_modules/typescript/lib/lib.dom.d.ts:25774
▸ moveBy(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25776
▸ moveTo(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25778
▸ open(url?
, target?
, features?
): null
| Window
Name | Type |
---|---|
url? |
string | URL
|
target? |
string |
features? |
string |
null
| Window
node_modules/typescript/lib/lib.dom.d.ts:25780
▸ postMessage(message
, targetOrigin
, transfer?
): void
Posts a message to the given window. Messages can be structured objects, e.g. nested objects and arrays, can contain JavaScript values (strings, numbers, Date objects, etc), and can contain certain data objects such as File Blob, FileList, and ArrayBuffer objects.
Objects listed in the transfer member of options are transferred, not just cloned, meaning that they are no longer usable on the sending side.
A target origin can be specified using the targetOrigin member of options. If not provided, it defaults to "/". This default restricts the message to same-origin targets only.
If the origin of the target window doesn't match the given target origin, the message is discarded, to avoid information leakage. To send the message to the target regardless of origin, set the target origin to "*".
Throws a "DataCloneError" DOMException if transfer array contains duplicate objects or if message could not be cloned.
Name | Type |
---|---|
message |
any |
targetOrigin |
string |
transfer? |
Transferable [] |
void
node_modules/typescript/lib/lib.dom.d.ts:25794
▸ postMessage(message
, options?
): void
Name | Type |
---|---|
message |
any |
options? |
WindowPostMessageOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:25795
▸ print(): void
void
node_modules/typescript/lib/lib.dom.d.ts:25797
▸ prompt(message?
, _default?
): null
| string
Name | Type |
---|---|
message? |
string |
_default? |
string |
null
| string
node_modules/typescript/lib/lib.dom.d.ts:25799
▸ queueMicrotask(callback
): void
Name | Type |
---|---|
callback |
VoidFunction |
void
WindowOrWorkerGlobalScope.queueMicrotask
node_modules/typescript/lib/lib.dom.d.ts:25941
▸ releaseEvents(): void
void
Deprecated
node_modules/typescript/lib/lib.dom.d.ts:25805
▸ removeEventListener<K
>(type
, listener
, options?
): void
Name | Type |
---|---|
K |
extends keyof WindowEventMap
|
Name | Type |
---|---|
type |
K |
listener |
(this : Window , ev : WindowEventMap [K ]) => any
|
options? |
boolean | EventListenerOptions
|
void
WindowEventHandlers.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:25829
▸ removeEventListener(type
, listener
, options?
): void
Name | Type |
---|---|
type |
string |
listener |
EventListenerOrEventListenerObject |
options? |
boolean | EventListenerOptions
|
void
WindowEventHandlers.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:25830
▸ reportError(e
): void
Name | Type |
---|---|
e |
any |
void
WindowOrWorkerGlobalScope.reportError
node_modules/typescript/lib/lib.dom.d.ts:25943
▸ requestAnimationFrame(callback
): number
Name | Type |
---|---|
callback |
FrameRequestCallback |
number
AnimationFrameProvider.requestAnimationFrame
node_modules/typescript/lib/lib.dom.d.ts:2535
▸ requestIdleCallback(callback
, options?
): number
Name | Type |
---|---|
callback |
IdleRequestCallback |
options? |
IdleRequestOptions |
number
node_modules/typescript/lib/lib.dom.d.ts:25807
▸ resizeBy(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25809
▸ resizeTo(width
, height
): void
Name | Type |
---|---|
width |
number |
height |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25811
▸ scroll(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:25813
▸ scroll(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25814
▸ scrollBy(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:25816
▸ scrollBy(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25817
▸ scrollTo(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
node_modules/typescript/lib/lib.dom.d.ts:25819
▸ scrollTo(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:25820
▸ setInterval(handler
, timeout?
, ...arguments
): number
Name | Type |
---|---|
handler |
TimerHandler |
timeout? |
number |
...arguments |
any [] |
number
WindowOrWorkerGlobalScope.setInterval
node_modules/typescript/lib/lib.dom.d.ts:25945
▸ setTimeout(handler
, timeout?
, ...arguments
): number
Name | Type |
---|---|
handler |
TimerHandler |
timeout? |
number |
...arguments |
any [] |
number
WindowOrWorkerGlobalScope.setTimeout
node_modules/typescript/lib/lib.dom.d.ts:25947
▸ stop(): void
Cancels the document load.
void
node_modules/typescript/lib/lib.dom.d.ts:25826
▸ structuredClone<T
>(value
, options?
): T
Name | Type |
---|---|
T |
any |
Name | Type |
---|---|
value |
T |
options? |
StructuredSerializeOptions |
T
WindowOrWorkerGlobalScope.structuredClone
node_modules/typescript/lib/lib.dom.d.ts:25949
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary