Skip to content

@ralphschuler.webgl shader factory.<internal>.Window

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

Interface: 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.

MDN Reference

Hierarchy

Indexable

▪ [index: number]: Window

Table of contents

Properties

Accessors

Methods

Properties

caches

Readonly caches: CacheStorage

Available only in secure contexts.

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.caches

Defined in

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


clientInformation

Readonly clientInformation: Navigator

Deprecated

This is a legacy alias of navigator.

MDN Reference

Defined in

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


closed

Readonly closed: boolean

Returns true if the window has been closed, false otherwise.

MDN Reference

Defined in

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


crossOriginIsolated

Readonly crossOriginIsolated: boolean

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.crossOriginIsolated

Defined in

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


crypto

Readonly crypto: Crypto

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.crypto

Defined in

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


customElements

Readonly customElements: CustomElementRegistry

Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.

MDN Reference

Defined in

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


devicePixelRatio

Readonly devicePixelRatio: number

MDN Reference

Defined in

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


document

Readonly document: Document

MDN Reference

Defined in

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


event

Readonly event: undefined | Event

Deprecated

MDN Reference

Defined in

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


external

Readonly external: External

Deprecated

MDN Reference

Defined in

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


frameElement

Readonly frameElement: null | Element

MDN Reference

Defined in

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


frames

Readonly frames: Window

MDN Reference

Defined in

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


history

Readonly history: History

MDN Reference

Defined in

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


indexedDB

Readonly indexedDB: IDBFactory

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.indexedDB

Defined in

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


innerHeight

Readonly innerHeight: number

MDN Reference

Defined in

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


innerWidth

Readonly innerWidth: number

MDN Reference

Defined in

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


isSecureContext

Readonly isSecureContext: boolean

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.isSecureContext

Defined in

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


length

Readonly length: number

MDN Reference

Defined in

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


localStorage

Readonly localStorage: Storage

MDN Reference

Inherited from

WindowLocalStorage.localStorage

Defined in

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


locationbar

Readonly locationbar: BarProp

Returns true if the location bar is visible; otherwise, returns false.

MDN Reference

Defined in

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


menubar

Readonly menubar: BarProp

Returns true if the menu bar is visible; otherwise, returns false.

MDN Reference

Defined in

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


name

name: string

MDN Reference

Defined in

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


navigator

Readonly navigator: Navigator

MDN Reference

Defined in

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


onabort

onabort: null | (this: GlobalEventHandlers, ev: UIEvent) => any

Fires when the user aborts the download.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onabort

Defined in

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


onafterprint

onafterprint: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Inherited from

WindowEventHandlers.onafterprint

Defined in

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


onanimationcancel

onanimationcancel: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onanimationcancel

Defined in

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


onanimationend

onanimationend: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onanimationend

Defined in

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


onanimationiteration

onanimationiteration: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onanimationiteration

Defined in

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


onanimationstart

onanimationstart: null | (this: GlobalEventHandlers, ev: AnimationEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onanimationstart

Defined in

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


onauxclick

onauxclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onauxclick

Defined in

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


onbeforeinput

onbeforeinput: null | (this: GlobalEventHandlers, ev: InputEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onbeforeinput

Defined in

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


onbeforeprint

onbeforeprint: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Inherited from

WindowEventHandlers.onbeforeprint

Defined in

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


onbeforeunload

onbeforeunload: null | (this: WindowEventHandlers, ev: BeforeUnloadEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onbeforeunload

Defined in

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


onblur

onblur: null | (this: GlobalEventHandlers, ev: FocusEvent) => any

Fires when the object loses the input focus.

Param

The focus event.

MDN Reference

Inherited from

GlobalEventHandlers.onblur

Defined in

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


oncancel

oncancel: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.oncancel

Defined in

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


oncanplay

oncanplay: null | (this: GlobalEventHandlers, ev: Event) => any

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

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.oncanplay

Defined in

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


oncanplaythrough

oncanplaythrough: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.oncanplaythrough

Defined in

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


onchange

onchange: null | (this: GlobalEventHandlers, ev: Event) => any

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

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onchange

Defined in

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


onclick

onclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

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

Param

The mouse event.

MDN Reference

Inherited from

GlobalEventHandlers.onclick

Defined in

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


onclose

onclose: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.onclose

Defined in

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


oncontextmenu

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.

MDN Reference

Inherited from

GlobalEventHandlers.oncontextmenu

Defined in

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


oncopy

oncopy: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.oncopy

Defined in

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


oncuechange

oncuechange: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.oncuechange

Defined in

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


oncut

oncut: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.oncut

Defined in

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


ondblclick

ondblclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user double-clicks the object.

Param

The mouse event.

MDN Reference

Inherited from

GlobalEventHandlers.ondblclick

Defined in

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


ondevicemotion

ondevicemotion: null | (this: Window, ev: DeviceMotionEvent) => any

Available only in secure contexts.

MDN Reference

Defined in

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


ondeviceorientation

ondeviceorientation: null | (this: Window, ev: DeviceOrientationEvent) => any

Available only in secure contexts.

MDN Reference

Defined in

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


ondrag

ondrag: null | (this: GlobalEventHandlers, ev: DragEvent) => any

Fires on the source object continuously during a drag operation.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.ondrag

Defined in

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


ondragend

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.

MDN Reference

Inherited from

GlobalEventHandlers.ondragend

Defined in

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


ondragenter

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.

MDN Reference

Inherited from

GlobalEventHandlers.ondragenter

Defined in

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


ondragleave

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.

MDN Reference

Inherited from

GlobalEventHandlers.ondragleave

Defined in

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


ondragover

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.

MDN Reference

Inherited from

GlobalEventHandlers.ondragover

Defined in

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


ondragstart

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.

MDN Reference

Inherited from

GlobalEventHandlers.ondragstart

Defined in

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


ondrop

ondrop: null | (this: GlobalEventHandlers, ev: DragEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ondrop

Defined in

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


ondurationchange

ondurationchange: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the duration attribute is updated.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.ondurationchange

Defined in

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


onemptied

onemptied: null | (this: GlobalEventHandlers, ev: Event) => any

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

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onemptied

Defined in

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


onended

onended: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the end of playback is reached.

Param

The event

MDN Reference

Inherited from

GlobalEventHandlers.onended

Defined in

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


onerror

onerror: OnErrorEventHandler

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onerror

Defined in

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


onfocus

onfocus: null | (this: GlobalEventHandlers, ev: FocusEvent) => any

Fires when the object receives focus.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onfocus

Defined in

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


onformdata

onformdata: null | (this: GlobalEventHandlers, ev: FormDataEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onformdata

Defined in

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


ongamepadconnected

ongamepadconnected: null | (this: WindowEventHandlers, ev: GamepadEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.ongamepadconnected

Defined in

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


ongamepaddisconnected

ongamepaddisconnected: null | (this: WindowEventHandlers, ev: GamepadEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.ongamepaddisconnected

Defined in

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


ongotpointercapture

ongotpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ongotpointercapture

Defined in

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


onhashchange

onhashchange: null | (this: WindowEventHandlers, ev: HashChangeEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onhashchange

Defined in

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


oninput

oninput: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.oninput

Defined in

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


oninvalid

oninvalid: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.oninvalid

Defined in

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


onkeydown

onkeydown: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any

Fires when the user presses a key.

Param

The keyboard event

MDN Reference

Inherited from

GlobalEventHandlers.onkeydown

Defined in

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


onkeypress

onkeypress: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any

Fires when the user presses an alphanumeric key.

Param

The event.

Deprecated

MDN Reference

Inherited from

GlobalEventHandlers.onkeypress

Defined in

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


onkeyup

onkeyup: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any

Fires when the user releases a key.

Param

The keyboard event

MDN Reference

Inherited from

GlobalEventHandlers.onkeyup

Defined in

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


onlanguagechange

onlanguagechange: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Inherited from

WindowEventHandlers.onlanguagechange

Defined in

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


onload

onload: null | (this: GlobalEventHandlers, ev: Event) => any

Fires immediately after the browser loads the object.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onload

Defined in

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


onloadeddata

onloadeddata: null | (this: GlobalEventHandlers, ev: Event) => any

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

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onloadeddata

Defined in

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


onloadedmetadata

onloadedmetadata: null | (this: GlobalEventHandlers, ev: Event) => any

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

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onloadedmetadata

Defined in

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


onloadstart

onloadstart: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when Internet Explorer begins looking for media data.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onloadstart

Defined in

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


onlostpointercapture

onlostpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onlostpointercapture

Defined in

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


onmessage

onmessage: null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any

MDN Reference

Inherited from

WindowEventHandlers.onmessage

Defined in

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


onmessageerror

onmessageerror: null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any

MDN Reference

Inherited from

WindowEventHandlers.onmessageerror

Defined in

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


onmousedown

onmousedown: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

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

Param

The mouse event.

MDN Reference

Inherited from

GlobalEventHandlers.onmousedown

Defined in

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


onmouseenter

onmouseenter: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onmouseenter

Defined in

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


onmouseleave

onmouseleave: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onmouseleave

Defined in

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


onmousemove

onmousemove: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

Fires when the user moves the mouse over the object.

Param

The mouse event.

MDN Reference

Inherited from

GlobalEventHandlers.onmousemove

Defined in

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


onmouseout

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.

MDN Reference

Inherited from

GlobalEventHandlers.onmouseout

Defined in

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


onmouseover

onmouseover: null | (this: GlobalEventHandlers, ev: MouseEvent) => any

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

Param

The mouse event.

MDN Reference

Inherited from

GlobalEventHandlers.onmouseover

Defined in

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


onmouseup

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.

MDN Reference

Inherited from

GlobalEventHandlers.onmouseup

Defined in

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


onoffline

onoffline: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Inherited from

WindowEventHandlers.onoffline

Defined in

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


ononline

ononline: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Inherited from

WindowEventHandlers.ononline

Defined in

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


onorientationchange

onorientationchange: null | (this: Window, ev: Event) => any

Deprecated

MDN Reference

Defined in

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


onpagehide

onpagehide: null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onpagehide

Defined in

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


onpageshow

onpageshow: null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onpageshow

Defined in

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


onpaste

onpaste: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpaste

Defined in

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


onpause

onpause: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when playback is paused.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onpause

Defined in

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


onplay

onplay: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the play method is requested.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onplay

Defined in

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


onplaying

onplaying: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the audio or video has started playing.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onplaying

Defined in

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


onpointercancel

onpointercancel: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointercancel

Defined in

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


onpointerdown

onpointerdown: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointerdown

Defined in

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


onpointerenter

onpointerenter: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointerenter

Defined in

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


onpointerleave

onpointerleave: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointerleave

Defined in

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


onpointermove

onpointermove: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointermove

Defined in

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


onpointerout

onpointerout: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointerout

Defined in

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


onpointerover

onpointerover: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointerover

Defined in

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


onpointerup

onpointerup: null | (this: GlobalEventHandlers, ev: PointerEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onpointerup

Defined in

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


onpopstate

onpopstate: null | (this: WindowEventHandlers, ev: PopStateEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onpopstate

Defined in

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


onprogress

onprogress: null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any

Occurs to indicate progress while downloading media data.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onprogress

Defined in

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


onratechange

onratechange: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the playback rate is increased or decreased.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onratechange

Defined in

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


onrejectionhandled

onrejectionhandled: null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onrejectionhandled

Defined in

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


onreset

onreset: null | (this: GlobalEventHandlers, ev: Event) => any

Fires when the user resets a form.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onreset

Defined in

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


onresize

onresize: null | (this: GlobalEventHandlers, ev: UIEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onresize

Defined in

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


onscroll

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.

MDN Reference

Inherited from

GlobalEventHandlers.onscroll

Defined in

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


onscrollend

onscrollend: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.onscrollend

Defined in

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


onsecuritypolicyviolation

onsecuritypolicyviolation: null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onsecuritypolicyviolation

Defined in

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


onseeked

onseeked: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the seek operation ends.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onseeked

Defined in

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


onseeking

onseeking: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the current playback position is moved.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onseeking

Defined in

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


onselect

onselect: null | (this: GlobalEventHandlers, ev: Event) => any

Fires when the current selection changes.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onselect

Defined in

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


onselectionchange

onselectionchange: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.onselectionchange

Defined in

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


onselectstart

onselectstart: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.onselectstart

Defined in

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


onslotchange

onslotchange: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.onslotchange

Defined in

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


onstalled

onstalled: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs when the download has stopped.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onstalled

Defined in

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


onstorage

onstorage: null | (this: WindowEventHandlers, ev: StorageEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onstorage

Defined in

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


onsubmit

onsubmit: null | (this: GlobalEventHandlers, ev: SubmitEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onsubmit

Defined in

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


onsuspend

onsuspend: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs if the load operation has been intentionally halted.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onsuspend

Defined in

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


ontimeupdate

ontimeupdate: null | (this: GlobalEventHandlers, ev: Event) => any

Occurs to indicate the current playback position.

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.ontimeupdate

Defined in

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


ontoggle

ontoggle: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontoggle

Defined in

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


ontouchcancel

Optional ontouchcancel: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontouchcancel

Defined in

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


ontouchend

Optional ontouchend: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontouchend

Defined in

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


ontouchmove

Optional ontouchmove: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontouchmove

Defined in

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


ontouchstart

Optional ontouchstart: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontouchstart

Defined in

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


ontransitioncancel

ontransitioncancel: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontransitioncancel

Defined in

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


ontransitionend

ontransitionend: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontransitionend

Defined in

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


ontransitionrun

ontransitionrun: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontransitionrun

Defined in

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


ontransitionstart

ontransitionstart: null | (this: GlobalEventHandlers, ev: TransitionEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.ontransitionstart

Defined in

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


onunhandledrejection

onunhandledrejection: null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any

MDN Reference

Inherited from

WindowEventHandlers.onunhandledrejection

Defined in

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


onunload

onunload: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Inherited from

WindowEventHandlers.onunload

Defined in

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


onvolumechange

onvolumechange: null | (this: GlobalEventHandlers, ev: Event) => any

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

Param

The event.

MDN Reference

Inherited from

GlobalEventHandlers.onvolumechange

Defined in

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


onwaiting

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.

MDN Reference

Inherited from

GlobalEventHandlers.onwaiting

Defined in

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


onwebkitanimationend

onwebkitanimationend: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Inherited from

GlobalEventHandlers.onwebkitanimationend

Defined in

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


onwebkitanimationiteration

onwebkitanimationiteration: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Inherited from

GlobalEventHandlers.onwebkitanimationiteration

Defined in

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


onwebkitanimationstart

onwebkitanimationstart: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Inherited from

GlobalEventHandlers.onwebkitanimationstart

Defined in

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


onwebkittransitionend

onwebkittransitionend: null | (this: GlobalEventHandlers, ev: Event) => any

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Inherited from

GlobalEventHandlers.onwebkittransitionend

Defined in

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


onwheel

onwheel: null | (this: GlobalEventHandlers, ev: WheelEvent) => any

MDN Reference

Inherited from

GlobalEventHandlers.onwheel

Defined in

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


opener

opener: any

MDN Reference

Defined in

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


orientation

Readonly orientation: number

Deprecated

MDN Reference

Defined in

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


origin

Readonly origin: string

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.origin

Defined in

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


outerHeight

Readonly outerHeight: number

MDN Reference

Defined in

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


outerWidth

Readonly outerWidth: number

MDN Reference

Defined in

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


pageXOffset

Readonly pageXOffset: number

Deprecated

This is a legacy alias of scrollX.

MDN Reference

Defined in

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


pageYOffset

Readonly pageYOffset: number

Deprecated

This is a legacy alias of scrollY.

MDN Reference

Defined in

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


parent

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.

MDN Reference

Defined in

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


performance

Readonly performance: Performance

MDN Reference

Inherited from

WindowOrWorkerGlobalScope.performance

Defined in

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


personalbar

Readonly personalbar: BarProp

Returns true if the personal bar is visible; otherwise, returns false.

MDN Reference

Defined in

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


screen

Readonly screen: Screen

MDN Reference

Defined in

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


screenLeft

Readonly screenLeft: number

MDN Reference

Defined in

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


screenTop

Readonly screenTop: number

MDN Reference

Defined in

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


screenX

Readonly screenX: number

MDN Reference

Defined in

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


screenY

Readonly screenY: number

MDN Reference

Defined in

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


scrollX

Readonly scrollX: number

MDN Reference

Defined in

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


scrollY

Readonly scrollY: number

MDN Reference

Defined in

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


scrollbars

Readonly scrollbars: BarProp

Returns true if the scrollbars are visible; otherwise, returns false.

MDN Reference

Defined in

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


self

Readonly self: Window & typeof globalThis

MDN Reference

Defined in

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


sessionStorage

Readonly sessionStorage: Storage

MDN Reference

Inherited from

WindowSessionStorage.sessionStorage

Defined in

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


speechSynthesis

Readonly speechSynthesis: SpeechSynthesis

MDN Reference

Defined in

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


status

status: string

Deprecated

MDN Reference

Defined in

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


statusbar

Readonly statusbar: BarProp

Returns true if the status bar is visible; otherwise, returns false.

MDN Reference

Defined in

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


toolbar

Readonly toolbar: BarProp

Returns true if the toolbar is visible; otherwise, returns false.

MDN Reference

Defined in

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


top

Readonly top: null | Window

MDN Reference

Defined in

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


visualViewport

Readonly visualViewport: null | VisualViewport

MDN Reference

Defined in

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


window

Readonly window: Window & typeof globalThis

MDN Reference

Defined in

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

Accessors

location

get location(): Location

MDN Reference

Returns

Location

Defined in

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

set location(href): void

Parameters

Name Type
href string | Location

Returns

void

Defined in

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

Methods

addEventListener

addEventListener<K>(type, listener, options?): void

Type parameters

Name Type
K extends keyof WindowEventMap

Parameters

Name Type
type K
listener (this: Window, ev: WindowEventMap[K]) => any
options? boolean | AddEventListenerOptions

Returns

void

Overrides

WindowEventHandlers.addEventListener

Defined in

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

addEventListener(type, listener, options?): void

Parameters

Name Type
type string
listener EventListenerOrEventListenerObject
options? boolean | AddEventListenerOptions

Returns

void

Overrides

WindowEventHandlers.addEventListener

Defined in

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


alert

alert(message?): void

MDN Reference

Parameters

Name Type
message? any

Returns

void

Defined in

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


atob

atob(data): string

MDN Reference

Parameters

Name Type
data string

Returns

string

Inherited from

WindowOrWorkerGlobalScope.atob

Defined in

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


blur

blur(): void

MDN Reference

Returns

void

Defined in

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


btoa

btoa(data): string

MDN Reference

Parameters

Name Type
data string

Returns

string

Inherited from

WindowOrWorkerGlobalScope.btoa

Defined in

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


cancelAnimationFrame

cancelAnimationFrame(handle): void

Parameters

Name Type
handle number

Returns

void

Inherited from

AnimationFrameProvider.cancelAnimationFrame

Defined in

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


cancelIdleCallback

cancelIdleCallback(handle): void

MDN Reference

Parameters

Name Type
handle number

Returns

void

Defined in

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


captureEvents

captureEvents(): void

Returns

void

Deprecated

MDN Reference

Defined in

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


clearInterval

clearInterval(id): void

MDN Reference

Parameters

Name Type
id undefined | number

Returns

void

Inherited from

WindowOrWorkerGlobalScope.clearInterval

Defined in

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


clearTimeout

clearTimeout(id): void

MDN Reference

Parameters

Name Type
id undefined | number

Returns

void

Inherited from

WindowOrWorkerGlobalScope.clearTimeout

Defined in

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


close

close(): void

Closes the window.

MDN Reference

Returns

void

Defined in

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


confirm

confirm(message?): boolean

MDN Reference

Parameters

Name Type
message? string

Returns

boolean

Defined in

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


createImageBitmap

createImageBitmap(image, options?): Promise<ImageBitmap>

MDN Reference

Parameters

Name Type
image ImageBitmapSource
options? ImageBitmapOptions

Returns

Promise<ImageBitmap>

Inherited from

WindowOrWorkerGlobalScope.createImageBitmap

Defined in

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

createImageBitmap(image, sx, sy, sw, sh, options?): Promise<ImageBitmap>

Parameters

Name Type
image ImageBitmapSource
sx number
sy number
sw number
sh number
options? ImageBitmapOptions

Returns

Promise<ImageBitmap>

Inherited from

WindowOrWorkerGlobalScope.createImageBitmap

Defined in

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


dispatchEvent

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.

MDN Reference

Parameters

Name Type
event Event

Returns

boolean

Inherited from

EventTarget.dispatchEvent

Defined in

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


fetch

fetch(input, init?): Promise<Response>

MDN Reference

Parameters

Name Type
input RequestInfo | URL
init? RequestInit

Returns

Promise<Response>

Inherited from

WindowOrWorkerGlobalScope.fetch

Defined in

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


focus

focus(): void

Moves the focus to the window's browsing context, if any.

MDN Reference

Returns

void

Defined in

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


getComputedStyle

getComputedStyle(elt, pseudoElt?): CSSStyleDeclaration

MDN Reference

Parameters

Name Type
elt Element
pseudoElt? null | string

Returns

CSSStyleDeclaration

Defined in

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


getSelection

getSelection(): null | Selection

MDN Reference

Returns

null | Selection

Defined in

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


matchMedia

matchMedia(query): MediaQueryList

MDN Reference

Parameters

Name Type
query string

Returns

MediaQueryList

Defined in

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


moveBy

moveBy(x, y): void

MDN Reference

Parameters

Name Type
x number
y number

Returns

void

Defined in

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


moveTo

moveTo(x, y): void

MDN Reference

Parameters

Name Type
x number
y number

Returns

void

Defined in

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


open

open(url?, target?, features?): null | Window

MDN Reference

Parameters

Name Type
url? string | URL
target? string
features? string

Returns

null | Window

Defined in

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


postMessage

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.

MDN Reference

Parameters

Name Type
message any
targetOrigin string
transfer? Transferable[]

Returns

void

Defined in

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

postMessage(message, options?): void

Parameters

Name Type
message any
options? WindowPostMessageOptions

Returns

void

Defined in

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


print

print(): void

MDN Reference

Returns

void

Defined in

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


prompt

prompt(message?, _default?): null | string

MDN Reference

Parameters

Name Type
message? string
_default? string

Returns

null | string

Defined in

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


queueMicrotask

queueMicrotask(callback): void

MDN Reference

Parameters

Name Type
callback VoidFunction

Returns

void

Inherited from

WindowOrWorkerGlobalScope.queueMicrotask

Defined in

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


releaseEvents

releaseEvents(): void

Returns

void

Deprecated

MDN Reference

Defined in

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


removeEventListener

removeEventListener<K>(type, listener, options?): void

Type parameters

Name Type
K extends keyof WindowEventMap

Parameters

Name Type
type K
listener (this: Window, ev: WindowEventMap[K]) => any
options? boolean | EventListenerOptions

Returns

void

Overrides

WindowEventHandlers.removeEventListener

Defined in

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

removeEventListener(type, listener, options?): void

Parameters

Name Type
type string
listener EventListenerOrEventListenerObject
options? boolean | EventListenerOptions

Returns

void

Overrides

WindowEventHandlers.removeEventListener

Defined in

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


reportError

reportError(e): void

MDN Reference

Parameters

Name Type
e any

Returns

void

Inherited from

WindowOrWorkerGlobalScope.reportError

Defined in

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


requestAnimationFrame

requestAnimationFrame(callback): number

Parameters

Name Type
callback FrameRequestCallback

Returns

number

Inherited from

AnimationFrameProvider.requestAnimationFrame

Defined in

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


requestIdleCallback

requestIdleCallback(callback, options?): number

MDN Reference

Parameters

Name Type
callback IdleRequestCallback
options? IdleRequestOptions

Returns

number

Defined in

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


resizeBy

resizeBy(x, y): void

MDN Reference

Parameters

Name Type
x number
y number

Returns

void

Defined in

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


resizeTo

resizeTo(width, height): void

MDN Reference

Parameters

Name Type
width number
height number

Returns

void

Defined in

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


scroll

scroll(options?): void

MDN Reference

Parameters

Name Type
options? ScrollToOptions

Returns

void

Defined in

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

scroll(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

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


scrollBy

scrollBy(options?): void

MDN Reference

Parameters

Name Type
options? ScrollToOptions

Returns

void

Defined in

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

scrollBy(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

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


scrollTo

scrollTo(options?): void

MDN Reference

Parameters

Name Type
options? ScrollToOptions

Returns

void

Defined in

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

scrollTo(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Defined in

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


setInterval

setInterval(handler, timeout?, ...arguments): number

MDN Reference

Parameters

Name Type
handler TimerHandler
timeout? number
...arguments any[]

Returns

number

Inherited from

WindowOrWorkerGlobalScope.setInterval

Defined in

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


setTimeout

setTimeout(handler, timeout?, ...arguments): number

MDN Reference

Parameters

Name Type
handler TimerHandler
timeout? number
...arguments any[]

Returns

number

Inherited from

WindowOrWorkerGlobalScope.setTimeout

Defined in

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


stop

stop(): void

Cancels the document load.

MDN Reference

Returns

void

Defined in

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


structuredClone

structuredClone<T>(value, options?): T

MDN Reference

Type parameters

Name Type
T any

Parameters

Name Type
value T
options? StructuredSerializeOptions

Returns

T

Inherited from

WindowOrWorkerGlobalScope.structuredClone

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally