Skip to main content

DEPRECATED_WalletsWindow

@iota/wallet-standard


@iota/wallet-standard / DEPRECATED_WalletsWindow

Interface: DEPRECATED_WalletsWindow

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:85

Deprecated

Use WalletEventsWindow instead.

Extends

  • Window

Indexable

[index: number]: Window

Properties

caches

readonly caches: CacheStorage

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27266

Available only in secure contexts.

MDN Reference

Inherited from

Window.caches


clientInformation

readonly clientInformation: Navigator

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26919

Deprecated

This is a legacy alias of navigator.

MDN Reference

Inherited from

Window.clientInformation


closed

readonly closed: boolean

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26925

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

MDN Reference

Inherited from

Window.closed


crossOriginIsolated

readonly crossOriginIsolated: boolean

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27268

MDN Reference

Inherited from

Window.crossOriginIsolated


crypto

readonly crypto: Crypto

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27270

MDN Reference

Inherited from

Window.crypto


customElements

readonly customElements: CustomElementRegistry

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26931

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

MDN Reference

Inherited from

Window.customElements


devicePixelRatio

readonly devicePixelRatio: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26933

MDN Reference

Inherited from

Window.devicePixelRatio


document

readonly document: Document

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26935

MDN Reference

Inherited from

Window.document


event

readonly event: Event | undefined

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26941

Deprecated

MDN Reference

Inherited from

DEPRECATED_WalletsWindow.event


external

readonly external: External

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26947

Deprecated

MDN Reference

Inherited from

Window.external


frameElement

readonly frameElement: Element | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26949

MDN Reference

Inherited from

DEPRECATED_WalletsWindow.frameElement


frames

readonly frames: Window

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26951

MDN Reference

Inherited from

Window.frames


history

readonly history: History

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26953

MDN Reference

Inherited from

Window.history


indexedDB

readonly indexedDB: IDBFactory

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27272

MDN Reference

Inherited from

Window.indexedDB


innerHeight

readonly innerHeight: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26955

MDN Reference

Inherited from

Window.innerHeight


innerWidth

readonly innerWidth: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26957

MDN Reference

Inherited from

Window.innerWidth


isSecureContext

readonly isSecureContext: boolean

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27274

MDN Reference

Inherited from

Window.isSecureContext


length

readonly length: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26959

MDN Reference

Inherited from

Window.length


localStorage

readonly localStorage: Storage

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27257

MDN Reference

Inherited from

Window.localStorage


locationbar

readonly locationbar: BarProp

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26968

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

MDN Reference

Inherited from

Window.locationbar


readonly menubar: BarProp

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26974

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

MDN Reference

Inherited from

Window.menubar


name

name: string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26976

MDN Reference

Inherited from

Window.name


navigator: DEPRECATED_WalletsNavigator

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:86

MDN Reference

Overrides

Window.navigator


onabort

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9625

Fires when the user aborts the download.

Param

The event.

MDN Reference

Inherited from

Window.onabort


onafterprint

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27206

MDN Reference

Inherited from

Window.onafterprint


onanimationcancel

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9627

MDN Reference

Inherited from

Window.onanimationcancel


onanimationend

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9629

MDN Reference

Inherited from

Window.onanimationend


onanimationiteration

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9631

MDN Reference

Inherited from

Window.onanimationiteration


onanimationstart

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9633

MDN Reference

Inherited from

Window.onanimationstart


onauxclick

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9635

MDN Reference

Inherited from

Window.onauxclick


onbeforeinput

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9637

MDN Reference

Inherited from

Window.onbeforeinput


onbeforeprint

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27208

MDN Reference

Inherited from

Window.onbeforeprint


onbeforetoggle

onbeforetoggle: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9639

MDN Reference

Inherited from

Window.onbeforetoggle


onbeforeunload

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27210

MDN Reference

Inherited from

Window.onbeforeunload


onblur

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9646

Fires when the object loses the input focus.

Param

The focus event.

MDN Reference

Inherited from

Window.onblur


oncancel

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9648

MDN Reference

Inherited from

Window.oncancel


oncanplay

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9655

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

Param

The event.

MDN Reference

Inherited from

Window.oncanplay


oncanplaythrough

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9657

MDN Reference

Inherited from

Window.oncanplaythrough


onchange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9664

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

Param

The event.

MDN Reference

Inherited from

Window.onchange


onclick

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9671

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

Param

The mouse event.

MDN Reference

Inherited from

Window.onclick


onclose

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9673

MDN Reference

Inherited from

Window.onclose


oncontextlost

oncontextlost: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9675

MDN Reference

Inherited from

Window.oncontextlost


oncontextmenu

oncontextmenu: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9682

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

Window.oncontextmenu


oncontextrestored

oncontextrestored: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9684

MDN Reference

Inherited from

Window.oncontextrestored


oncopy

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9686

MDN Reference

Inherited from

Window.oncopy


oncuechange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9688

MDN Reference

Inherited from

Window.oncuechange


oncut

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9690

MDN Reference

Inherited from

Window.oncut


ondblclick

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9697

Fires when the user double-clicks the object.

Param

The mouse event.

MDN Reference

Inherited from

Window.ondblclick


ondevicemotion

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26984

Available only in secure contexts.

MDN Reference

Inherited from

Window.ondevicemotion


ondeviceorientation

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26990

Available only in secure contexts.

MDN Reference

Inherited from

Window.ondeviceorientation


ondeviceorientationabsolute

ondeviceorientationabsolute: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26996

Available only in secure contexts.

MDN Reference

Inherited from

Window.ondeviceorientationabsolute


ondrag

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9704

Fires on the source object continuously during a drag operation.

Param

The event.

MDN Reference

Inherited from

Window.ondrag


ondragend

ondragend: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9711

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

Window.ondragend


ondragenter

ondragenter: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9718

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

Param

The drag event.

MDN Reference

Inherited from

Window.ondragenter


ondragleave

ondragleave: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9725

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

Window.ondragleave


ondragover

ondragover: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9732

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

Param

The event.

MDN Reference

Inherited from

Window.ondragover


ondragstart

ondragstart: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9739

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

Param

The event.

MDN Reference

Inherited from

Window.ondragstart


ondrop

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9741

MDN Reference

Inherited from

Window.ondrop


ondurationchange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9748

Occurs when the duration attribute is updated.

Param

The event.

MDN Reference

Inherited from

Window.ondurationchange


onemptied

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9755

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

Param

The event.

MDN Reference

Inherited from

Window.onemptied


onended

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9762

Occurs when the end of playback is reached.

Param

The event

MDN Reference

Inherited from

Window.onended


onerror

onerror: OnErrorEventHandler

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9769

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

Inherited from

Window.onerror


onfocus

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9776

Fires when the object receives focus.

Param

The event.

MDN Reference

Inherited from

Window.onfocus


onformdata

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9778

MDN Reference

Inherited from

Window.onformdata


ongamepadconnected

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27212

MDN Reference

Inherited from

Window.ongamepadconnected


ongamepaddisconnected

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27214

MDN Reference

Inherited from

Window.ongamepaddisconnected


ongotpointercapture

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9780

MDN Reference

Inherited from

Window.ongotpointercapture


onhashchange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27216

MDN Reference

Inherited from

Window.onhashchange


oninput

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9782

MDN Reference

Inherited from

Window.oninput


oninvalid

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9784

MDN Reference

Inherited from

Window.oninvalid


onkeydown

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9791

Fires when the user presses a key.

Param

The keyboard event

MDN Reference

Inherited from

Window.onkeydown


onkeypress

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9799

Fires when the user presses an alphanumeric key.

Param

The event.

Deprecated

MDN Reference

Inherited from

Window.onkeypress


onkeyup

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9806

Fires when the user releases a key.

Param

The keyboard event

MDN Reference

Inherited from

Window.onkeyup


onlanguagechange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27218

MDN Reference

Inherited from

Window.onlanguagechange


onload

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9813

Fires immediately after the browser loads the object.

Param

The event.

MDN Reference

Inherited from

Window.onload


onloadeddata

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9820

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

Param

The event.

MDN Reference

Inherited from

Window.onloadeddata


onloadedmetadata

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9827

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

Param

The event.

MDN Reference

Inherited from

Window.onloadedmetadata


onloadstart

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9834

Occurs when Internet Explorer begins looking for media data.

Param

The event.

MDN Reference

Inherited from

Window.onloadstart


onlostpointercapture

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9836

MDN Reference

Inherited from

Window.onlostpointercapture


onmessage

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27220

MDN Reference

Inherited from

Window.onmessage


onmessageerror

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27222

MDN Reference

Inherited from

Window.onmessageerror


onmousedown

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9843

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

Param

The mouse event.

MDN Reference

Inherited from

Window.onmousedown


onmouseenter

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9845

MDN Reference

Inherited from

Window.onmouseenter


onmouseleave

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9847

MDN Reference

Inherited from

Window.onmouseleave


onmousemove

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9854

Fires when the user moves the mouse over the object.

Param

The mouse event.

MDN Reference

Inherited from

Window.onmousemove


onmouseout

onmouseout: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9861

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

Param

The mouse event.

MDN Reference

Inherited from

Window.onmouseout


onmouseover

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9868

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

Param

The mouse event.

MDN Reference

Inherited from

Window.onmouseover


onmouseup

onmouseup: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9875

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

Param

The mouse event.

MDN Reference

Inherited from

Window.onmouseup


onoffline

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27224

MDN Reference

Inherited from

Window.onoffline


ononline

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27226

MDN Reference

Inherited from

Window.ononline


onorientationchange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27002

Deprecated

MDN Reference

Inherited from

Window.onorientationchange


onpagehide

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27228

MDN Reference

Inherited from

Window.onpagehide


onpagereveal

onpagereveal: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27230

MDN Reference

Inherited from

Window.onpagereveal


onpageshow

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27232

MDN Reference

Inherited from

Window.onpageshow


onpageswap

onpageswap: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27234

MDN Reference

Inherited from

Window.onpageswap


onpaste

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9877

MDN Reference

Inherited from

Window.onpaste


onpause

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9884

Occurs when playback is paused.

Param

The event.

MDN Reference

Inherited from

Window.onpause


onplay

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9891

Occurs when the play method is requested.

Param

The event.

MDN Reference

Inherited from

Window.onplay


onplaying

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9898

Occurs when the audio or video has started playing.

Param

The event.

MDN Reference

Inherited from

Window.onplaying


onpointercancel

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9900

MDN Reference

Inherited from

Window.onpointercancel


onpointerdown

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9902

MDN Reference

Inherited from

Window.onpointerdown


onpointerenter

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9904

MDN Reference

Inherited from

Window.onpointerenter


onpointerleave

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9906

MDN Reference

Inherited from

Window.onpointerleave


onpointermove

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9908

MDN Reference

Inherited from

Window.onpointermove


onpointerout

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9910

MDN Reference

Inherited from

Window.onpointerout


onpointerover

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9912

MDN Reference

Inherited from

Window.onpointerover


onpointerup

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9914

MDN Reference

Inherited from

Window.onpointerup


onpopstate

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27236

MDN Reference

Inherited from

Window.onpopstate


onprogress

onprogress: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9921

Occurs to indicate progress while downloading media data.

Param

The event.

MDN Reference

Inherited from

Window.onprogress


onratechange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9928

Occurs when the playback rate is increased or decreased.

Param

The event.

MDN Reference

Inherited from

Window.onratechange


onrejectionhandled

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27238

MDN Reference

Inherited from

Window.onrejectionhandled


onreset

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9935

Fires when the user resets a form.

Param

The event.

MDN Reference

Inherited from

Window.onreset


onresize

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9937

MDN Reference

Inherited from

Window.onresize


onscroll

onscroll: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9944

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

Param

The event.

MDN Reference

Inherited from

Window.onscroll


onscrollend

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9946

MDN Reference

Inherited from

Window.onscrollend


onsecuritypolicyviolation

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9948

MDN Reference

Inherited from

Window.onsecuritypolicyviolation


onseeked

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9955

Occurs when the seek operation ends.

Param

The event.

MDN Reference

Inherited from

Window.onseeked


onseeking

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9962

Occurs when the current playback position is moved.

Param

The event.

MDN Reference

Inherited from

Window.onseeking


onselect

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9969

Fires when the current selection changes.

Param

The event.

MDN Reference

Inherited from

Window.onselect


onselectionchange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9971

MDN Reference

Inherited from

Window.onselectionchange


onselectstart

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9973

MDN Reference

Inherited from

Window.onselectstart


onslotchange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9975

MDN Reference

Inherited from

Window.onslotchange


onstalled

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9982

Occurs when the download has stopped.

Param

The event.

MDN Reference

Inherited from

Window.onstalled


onstorage

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27240

MDN Reference

Inherited from

Window.onstorage


onsubmit

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9984

MDN Reference

Inherited from

Window.onsubmit


onsuspend

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9991

Occurs if the load operation has been intentionally halted.

Param

The event.

MDN Reference

Inherited from

Window.onsuspend


ontimeupdate

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9998

Occurs to indicate the current playback position.

Param

The event.

MDN Reference

Inherited from

Window.ontimeupdate


ontoggle

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10000

MDN Reference

Inherited from

Window.ontoggle


ontouchcancel?

optional ontouchcancel?: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10002

MDN Reference

Inherited from

Window.ontouchcancel


ontouchend?

optional ontouchend?: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10004

MDN Reference

Inherited from

Window.ontouchend


ontouchmove?

optional ontouchmove?: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10006

MDN Reference

Inherited from

Window.ontouchmove


ontouchstart?

optional ontouchstart?: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10008

MDN Reference

Inherited from

Window.ontouchstart


ontransitioncancel

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10010

MDN Reference

Inherited from

Window.ontransitioncancel


ontransitionend

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10012

MDN Reference

Inherited from

Window.ontransitionend


ontransitionrun

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10014

MDN Reference

Inherited from

Window.ontransitionrun


ontransitionstart

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10016

MDN Reference

Inherited from

Window.ontransitionstart


onunhandledrejection

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27242

MDN Reference

Inherited from

Window.onunhandledrejection


onunload

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27248

Deprecated

MDN Reference

Inherited from

Window.onunload


onvolumechange

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10023

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

Param

The event.

MDN Reference

Inherited from

Window.onvolumechange


onwaiting

onwaiting: ((this, ev) => any) | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10030

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

Param

The event.

MDN Reference

Inherited from

Window.onwaiting


onwebkitanimationend

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10036

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Inherited from

Window.onwebkitanimationend


onwebkitanimationiteration

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10042

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Inherited from

Window.onwebkitanimationiteration


onwebkitanimationstart

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10048

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Inherited from

Window.onwebkitanimationstart


onwebkittransitionend

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10054

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Inherited from

Window.onwebkittransitionend


onwheel

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10056

MDN Reference

Inherited from

Window.onwheel


opener

opener: any

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27004

MDN Reference

Inherited from

Window.opener


orientation

readonly orientation: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27010

Deprecated

MDN Reference

Inherited from

Window.orientation


origin

readonly origin: string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27276

MDN Reference

Inherited from

Window.origin


outerHeight

readonly outerHeight: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27012

MDN Reference

Inherited from

Window.outerHeight


outerWidth

readonly outerWidth: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27014

MDN Reference

Inherited from

Window.outerWidth


pageXOffset

readonly pageXOffset: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27016

MDN Reference

Inherited from

Window.pageXOffset


pageYOffset

readonly pageYOffset: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27018

MDN Reference

Inherited from

Window.pageYOffset


parent

readonly parent: Window

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27026

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

Inherited from

Window.parent


performance

readonly performance: Performance

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27278

MDN Reference

Inherited from

Window.performance


personalbar

readonly personalbar: BarProp

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27032

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

MDN Reference

Inherited from

Window.personalbar


screen

readonly screen: Screen

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27034

MDN Reference

Inherited from

Window.screen


screenLeft

readonly screenLeft: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27036

MDN Reference

Inherited from

Window.screenLeft


screenTop

readonly screenTop: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27038

MDN Reference

Inherited from

Window.screenTop


screenX

readonly screenX: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27040

MDN Reference

Inherited from

Window.screenX


screenY

readonly screenY: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27042

MDN Reference

Inherited from

Window.screenY


scrollbars

readonly scrollbars: BarProp

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27052

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

MDN Reference

Inherited from

Window.scrollbars


scrollX

readonly scrollX: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27044

MDN Reference

Inherited from

Window.scrollX


scrollY

readonly scrollY: number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27046

MDN Reference

Inherited from

Window.scrollY


self

readonly self: Window & typeof globalThis

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27054

MDN Reference

Inherited from

DEPRECATED_WalletsWindow.self


sessionStorage

readonly sessionStorage: Storage

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27306

MDN Reference

Inherited from

Window.sessionStorage


speechSynthesis

readonly speechSynthesis: SpeechSynthesis

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27056

MDN Reference

Inherited from

Window.speechSynthesis


status

status: string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27062

Deprecated

MDN Reference

Inherited from

Window.status


statusbar

readonly statusbar: BarProp

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27068

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

MDN Reference

Inherited from

Window.statusbar


toolbar

readonly toolbar: BarProp

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27074

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

MDN Reference

Inherited from

Window.toolbar


top

readonly top: Window | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27076

MDN Reference

Inherited from

DEPRECATED_WalletsWindow.top


visualViewport

readonly visualViewport: VisualViewport | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27078

MDN Reference

Inherited from

DEPRECATED_WalletsWindow.visualViewport


window

readonly window: Window & typeof globalThis

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27080

MDN Reference

Inherited from

DEPRECATED_WalletsWindow.window

Accessors

location

Get Signature

get location(): Location

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26961

MDN Reference

Returns

Location

Set Signature

set location(href): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26962

Parameters
href

string

Returns

void

Inherited from

DEPRECATED_WalletsWindow.location

Methods

addEventListener()

Call Signature

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27169

Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.

The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.

When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.

When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.

When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.

If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.

The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.

MDN Reference

Type Parameters
K

K extends keyof WindowEventMap

Parameters
type

K

listener

(this, ev) => any

options?

boolean | AddEventListenerOptions

Returns

void

Inherited from

Window.addEventListener

Call Signature

addEventListener(type, listener, options?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27170

Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.

The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.

When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.

When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.

When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.

If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.

The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.

MDN Reference

Parameters
type

string

listener

EventListenerOrEventListenerObject

options?

boolean | AddEventListenerOptions

Returns

void

Inherited from

Window.addEventListener


alert()

alert(message?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27082

MDN Reference

Parameters

message?

any

Returns

void

Inherited from

Window.alert


atob()

atob(data): string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27280

MDN Reference

Parameters

data

string

Returns

string

Inherited from

Window.atob


blur()

blur(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27088

Returns

void

Deprecated

MDN Reference

Inherited from

Window.blur


btoa()

btoa(data): string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27282

MDN Reference

Parameters

data

string

Returns

string

Inherited from

Window.btoa


cancelAnimationFrame()

cancelAnimationFrame(handle): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:2806

MDN Reference

Parameters

handle

number

Returns

void

Inherited from

Window.cancelAnimationFrame


cancelIdleCallback()

cancelIdleCallback(handle): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27090

MDN Reference

Parameters

handle

number

Returns

void

Inherited from

Window.cancelIdleCallback


captureEvents()

captureEvents(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27096

Returns

void

Deprecated

MDN Reference

Inherited from

Window.captureEvents


clearInterval()

clearInterval(id): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27284

MDN Reference

Parameters

id

number | undefined

Returns

void

Inherited from

Window.clearInterval


clearTimeout()

clearTimeout(id): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27286

MDN Reference

Parameters

id

number | undefined

Returns

void

Inherited from

Window.clearTimeout


close()

close(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27102

Closes the window.

MDN Reference

Returns

void

Inherited from

Window.close


confirm()

confirm(message?): boolean

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27104

MDN Reference

Parameters

message?

string

Returns

boolean

Inherited from

Window.confirm


createImageBitmap()

Call Signature

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27288

MDN Reference

Parameters
image

ImageBitmapSource

options?

ImageBitmapOptions

Returns

Promise<ImageBitmap>

Inherited from

Window.createImageBitmap

Call Signature

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27289

Parameters
image

ImageBitmapSource

sx

number

sy

number

sw

number

sh

number

options?

ImageBitmapOptions

Returns

Promise<ImageBitmap>

Inherited from

Window.createImageBitmap


dispatchEvent()

dispatchEvent(event): boolean

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:8882

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

event

Event

Returns

boolean

Inherited from

Window.dispatchEvent


fetch()

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27291

MDN Reference

Parameters

input

URL | RequestInfo

init?

RequestInit

Returns

Promise<Response>

Inherited from

Window.fetch


focus()

focus(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27110

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

MDN Reference

Returns

void

Inherited from

Window.focus


getComputedStyle()

getComputedStyle(elt, pseudoElt?): CSSStyleDeclaration

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27112

MDN Reference

Parameters

elt

Element

pseudoElt?

string | null

Returns

CSSStyleDeclaration

Inherited from

Window.getComputedStyle


getSelection()

getSelection(): Selection | null

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27114

MDN Reference

Returns

Selection | null

Inherited from

Window.getSelection


matchMedia()

matchMedia(query): MediaQueryList

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27116

MDN Reference

Parameters

query

string

Returns

MediaQueryList

Inherited from

Window.matchMedia


moveBy()

moveBy(x, y): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27118

MDN Reference

Parameters

x

number

y

number

Returns

void

Inherited from

Window.moveBy


moveTo()

moveTo(x, y): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27120

MDN Reference

Parameters

x

number

y

number

Returns

void

Inherited from

Window.moveTo


open()

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27122

MDN Reference

Parameters

url?

string | URL

target?

string

features?

string

Returns

Window | null

Inherited from

Window.open


postMessage()

Call Signature

postMessage(message, targetOrigin, transfer?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27136

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
message

any

targetOrigin

string

transfer?

Transferable[]

Returns

void

Inherited from

Window.postMessage

Call Signature

postMessage(message, options?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27137

Parameters
message

any

options?

WindowPostMessageOptions

Returns

void

Inherited from

Window.postMessage


print()

print(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27139

MDN Reference

Returns

void

Inherited from

Window.print


prompt()

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27141

MDN Reference

Parameters

message?

string

_default?

string

Returns

string | null

Inherited from

Window.prompt


queueMicrotask()

queueMicrotask(callback): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27293

MDN Reference

Parameters

callback

VoidFunction

Returns

void

Inherited from

Window.queueMicrotask


releaseEvents()

releaseEvents(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27147

Returns

void

Deprecated

MDN Reference

Inherited from

Window.releaseEvents


removeEventListener()

Call Signature

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27171

Removes the event listener in target's event listener list with the same type, callback, and options.

MDN Reference

Type Parameters
K

K extends keyof WindowEventMap

Parameters
type

K

listener

(this, ev) => any

options?

boolean | EventListenerOptions

Returns

void

Inherited from

Window.removeEventListener

Call Signature

removeEventListener(type, listener, options?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27172

Removes the event listener in target's event listener list with the same type, callback, and options.

MDN Reference

Parameters
type

string

listener

EventListenerOrEventListenerObject

options?

boolean | EventListenerOptions

Returns

void

Inherited from

Window.removeEventListener


reportError()

reportError(e): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27295

MDN Reference

Parameters

e

any

Returns

void

Inherited from

Window.reportError


requestAnimationFrame()

requestAnimationFrame(callback): number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:2808

MDN Reference

Parameters

callback

FrameRequestCallback

Returns

number

Inherited from

Window.requestAnimationFrame


requestIdleCallback()

requestIdleCallback(callback, options?): number

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27149

MDN Reference

Parameters

callback

IdleRequestCallback

options?

IdleRequestOptions

Returns

number

Inherited from

Window.requestIdleCallback


resizeBy()

resizeBy(x, y): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27151

MDN Reference

Parameters

x

number

y

number

Returns

void

Inherited from

Window.resizeBy


resizeTo()

resizeTo(width, height): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27153

MDN Reference

Parameters

width

number

height

number

Returns

void

Inherited from

Window.resizeTo


scroll()

Call Signature

scroll(options?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27155

MDN Reference

Parameters
options?

ScrollToOptions

Returns

void

Inherited from

Window.scroll

Call Signature

scroll(x, y): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27156

Parameters
x

number

y

number

Returns

void

Inherited from

Window.scroll


scrollBy()

Call Signature

scrollBy(options?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27158

MDN Reference

Parameters
options?

ScrollToOptions

Returns

void

Inherited from

Window.scrollBy

Call Signature

scrollBy(x, y): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27159

Parameters
x

number

y

number

Returns

void

Inherited from

Window.scrollBy


scrollTo()

Call Signature

scrollTo(options?): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27161

MDN Reference

Parameters
options?

ScrollToOptions

Returns

void

Inherited from

Window.scrollTo

Call Signature

scrollTo(x, y): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27162

Parameters
x

number

y

number

Returns

void

Inherited from

Window.scrollTo


setInterval()

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27297

MDN Reference

Parameters

handler

TimerHandler

timeout?

number

arguments

...any[]

Returns

number

Inherited from

Window.setInterval


setTimeout()

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27299

MDN Reference

Parameters

handler

TimerHandler

timeout?

number

arguments

...any[]

Returns

number

Inherited from

Window.setTimeout


stop()

stop(): void

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27168

Cancels the document load.

MDN Reference

Returns

void

Inherited from

Window.stop


structuredClone()

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

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27301

MDN Reference

Type Parameters

T

T = any

Parameters

value

T

options?

StructuredSerializeOptions

Returns

T

Inherited from

Window.structuredClone