WalletEventsWindow
@iota/wallet-standard / WalletEventsWindow
Interface: WalletEventsWindow
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:15
Global window type for dispatching and listening for WindowAppReadyEvent and WindowRegisterWalletEvent.
import { WalletEventsWindow } from '@wallet-standard/base';
declare const window: WalletEventsWindow;
// OR
(window as WalletEventsWindow)
Extends
Omit<Window,"addEventListener"|"dispatchEvent">
Indexable
[
key:number]:Window
Properties
caches
readonlycaches:CacheStorage
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27266
Available only in secure contexts.
Inherited from
DEPRECATED_WalletsWindow.caches
clientInformation
readonlyclientInformation: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.
Inherited from
DEPRECATED_WalletsWindow.clientInformation
closed
readonlyclosed: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.
Inherited from
DEPRECATED_WalletsWindow.closed
crossOriginIsolated
readonlycrossOriginIsolated:boolean
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27268
Inherited from
DEPRECATED_WalletsWindow.crossOriginIsolated
crypto
readonlycrypto:Crypto
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27270
Inherited from
DEPRECATED_WalletsWindow.crypto
customElements
readonlycustomElements: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.
Inherited from
DEPRECATED_WalletsWindow.customElements
devicePixelRatio
readonlydevicePixelRatio:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26933
Inherited from
DEPRECATED_WalletsWindow.devicePixelRatio
document
readonlydocument:Document
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26935
Inherited from
DEPRECATED_WalletsWindow.document
event
readonlyevent:Event|undefined
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26941
Deprecated
Inherited from
DEPRECATED_WalletsWindow.event
external
readonlyexternal:External
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26947
Deprecated
Inherited from
DEPRECATED_WalletsWindow.external
frameElement
readonlyframeElement:Element|null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26949
Inherited from
DEPRECATED_WalletsWindow.frameElement
frames
readonlyframes:Window
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26951
Inherited from
DEPRECATED_WalletsWindow.frames
history
readonlyhistory:History
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26953
Inherited from
DEPRECATED_WalletsWindow.history
indexedDB
readonlyindexedDB:IDBFactory
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27272
Inherited from
DEPRECATED_WalletsWindow.indexedDB
innerHeight
readonlyinnerHeight:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26955
Inherited from
DEPRECATED_WalletsWindow.innerHeight
innerWidth
readonlyinnerWidth:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26957
Inherited from
DEPRECATED_WalletsWindow.innerWidth
isSecureContext
readonlyisSecureContext:boolean
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27274
Inherited from
DEPRECATED_WalletsWindow.isSecureContext
length
readonlylength:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26959
Inherited from
DEPRECATED_WalletsWindow.length
localStorage
readonlylocalStorage:Storage
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27257
Inherited from
DEPRECATED_WalletsWindow.localStorage
location
location:
Location
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26961
Inherited from
DEPRECATED_WalletsWindow.location
locationbar
readonlylocationbar: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.
Inherited from
DEPRECATED_WalletsWindow.locationbar
menubar
readonlymenubar: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.
Inherited from
DEPRECATED_WalletsWindow.menubar
name
name:
string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26976
Inherited from
navigator
readonlynavigator:Navigator
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:26978
Inherited from
Omit.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.
Inherited from
DEPRECATED_WalletsWindow.onabort
onafterprint
onafterprint: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27206
Inherited from
DEPRECATED_WalletsWindow.onafterprint
onanimationcancel
onanimationcancel: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9627
Inherited from
DEPRECATED_WalletsWindow.onanimationcancel
onanimationend
onanimationend: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9629
Inherited from
DEPRECATED_WalletsWindow.onanimationend
onanimationiteration
onanimationiteration: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9631
Inherited from
DEPRECATED_WalletsWindow.onanimationiteration
onanimationstart
onanimationstart: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9633
Inherited from
DEPRECATED_WalletsWindow.onanimationstart
onauxclick
onauxclick: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9635
Inherited from
DEPRECATED_WalletsWindow.onauxclick
onbeforeinput
onbeforeinput: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9637
Inherited from
DEPRECATED_WalletsWindow.onbeforeinput
onbeforeprint
onbeforeprint: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27208
Inherited from
DEPRECATED_WalletsWindow.onbeforeprint
onbeforetoggle
onbeforetoggle: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9639
Inherited from
DEPRECATED_WalletsWindow.onbeforetoggle
onbeforeunload
onbeforeunload: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27210
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onblur
oncancel
oncancel: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9648
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.oncanplay
oncanplaythrough
oncanplaythrough: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9657
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onclick
onclose
onclose: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9673
Inherited from
DEPRECATED_WalletsWindow.onclose
oncontextlost
oncontextlost: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9675
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.oncontextmenu
oncontextrestored
oncontextrestored: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9684
Inherited from
DEPRECATED_WalletsWindow.oncontextrestored
oncopy
oncopy: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9686
Inherited from
DEPRECATED_WalletsWindow.oncopy
oncuechange
oncuechange: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9688
Inherited from
DEPRECATED_WalletsWindow.oncuechange
oncut
oncut: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9690
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
Omit.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.
Inherited from
Omit.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.
Inherited from
Omit.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.ondragstart
ondrop
ondrop: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9741
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onfocus
onformdata
onformdata: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9778
Inherited from
DEPRECATED_WalletsWindow.onformdata
ongamepadconnected
ongamepadconnected: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27212
Inherited from
DEPRECATED_WalletsWindow.ongamepadconnected
ongamepaddisconnected
ongamepaddisconnected: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27214
Inherited from
DEPRECATED_WalletsWindow.ongamepaddisconnected
ongotpointercapture
ongotpointercapture: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9780
Inherited from
DEPRECATED_WalletsWindow.ongotpointercapture
onhashchange
onhashchange: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27216
Inherited from
DEPRECATED_WalletsWindow.onhashchange
oninput
oninput: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9782
Inherited from
DEPRECATED_WalletsWindow.oninput
oninvalid
oninvalid: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9784
Inherited from
DEPRECATED_WalletsWindow.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
Inherited from
DEPRECATED_WalletsWindow.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
Inherited from
DEPRECATED_WalletsWindow.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
Inherited from
DEPRECATED_WalletsWindow.onkeyup
onlanguagechange
onlanguagechange: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27218
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onloadstart
onlostpointercapture
onlostpointercapture: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9836
Inherited from
DEPRECATED_WalletsWindow.onlostpointercapture
onmessage
onmessage: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27220
Inherited from
DEPRECATED_WalletsWindow.onmessage
onmessageerror
onmessageerror: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27222
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onmousedown
onmouseenter
onmouseenter: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9845
Inherited from
DEPRECATED_WalletsWindow.onmouseenter
onmouseleave
onmouseleave: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9847
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onmouseup
onoffline
onoffline: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27224
Inherited from
DEPRECATED_WalletsWindow.onoffline
ononline
ononline: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27226
Inherited from
DEPRECATED_WalletsWindow.ononline
onorientationchange
onorientationchange: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27002
Deprecated
Inherited from
Omit.onorientationchange
onpagehide
onpagehide: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27228
Inherited from
DEPRECATED_WalletsWindow.onpagehide
onpagereveal
onpagereveal: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27230
Inherited from
DEPRECATED_WalletsWindow.onpagereveal
onpageshow
onpageshow: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27232
Inherited from
DEPRECATED_WalletsWindow.onpageshow
onpageswap
onpageswap: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27234
Inherited from
DEPRECATED_WalletsWindow.onpageswap
onpaste
onpaste: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9877
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onplaying
onpointercancel
onpointercancel: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9900
Inherited from
DEPRECATED_WalletsWindow.onpointercancel
onpointerdown
onpointerdown: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9902
Inherited from
DEPRECATED_WalletsWindow.onpointerdown
onpointerenter
onpointerenter: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9904
Inherited from
DEPRECATED_WalletsWindow.onpointerenter
onpointerleave
onpointerleave: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9906
Inherited from
DEPRECATED_WalletsWindow.onpointerleave
onpointermove
onpointermove: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9908
Inherited from
DEPRECATED_WalletsWindow.onpointermove
onpointerout
onpointerout: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9910
Inherited from
DEPRECATED_WalletsWindow.onpointerout
onpointerover
onpointerover: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9912
Inherited from
DEPRECATED_WalletsWindow.onpointerover
onpointerup
onpointerup: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9914
Inherited from
DEPRECATED_WalletsWindow.onpointerup
onpopstate
onpopstate: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27236
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onratechange
onrejectionhandled
onrejectionhandled: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27238
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onreset
onresize
onresize: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9937
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onscroll
onscrollend
onscrollend: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9946
Inherited from
DEPRECATED_WalletsWindow.onscrollend
onsecuritypolicyviolation
onsecuritypolicyviolation: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9948
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onselect
onselectionchange
onselectionchange: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9971
Inherited from
DEPRECATED_WalletsWindow.onselectionchange
onselectstart
onselectstart: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9973
Inherited from
DEPRECATED_WalletsWindow.onselectstart
onslotchange
onslotchange: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9975
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onstalled
onstorage
onstorage: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27240
Inherited from
DEPRECATED_WalletsWindow.onstorage
onsubmit
onsubmit: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:9984
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.ontimeupdate
ontoggle
ontoggle: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10000
Inherited from
DEPRECATED_WalletsWindow.ontoggle
ontouchcancel?
optionalontouchcancel?: ((this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10002
Inherited from
DEPRECATED_WalletsWindow.ontouchcancel
ontouchend?
optionalontouchend?: ((this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10004
Inherited from
DEPRECATED_WalletsWindow.ontouchend
ontouchmove?
optionalontouchmove?: ((this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10006
Inherited from
DEPRECATED_WalletsWindow.ontouchmove
ontouchstart?
optionalontouchstart?: ((this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10008
Inherited from
DEPRECATED_WalletsWindow.ontouchstart
ontransitioncancel
ontransitioncancel: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10010
Inherited from
DEPRECATED_WalletsWindow.ontransitioncancel
ontransitionend
ontransitionend: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10012
Inherited from
DEPRECATED_WalletsWindow.ontransitionend
ontransitionrun
ontransitionrun: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10014
Inherited from
DEPRECATED_WalletsWindow.ontransitionrun
ontransitionstart
ontransitionstart: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10016
Inherited from
DEPRECATED_WalletsWindow.ontransitionstart
onunhandledrejection
onunhandledrejection: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27242
Inherited from
DEPRECATED_WalletsWindow.onunhandledrejection
onunload
onunload: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27248
Deprecated
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.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.
Inherited from
DEPRECATED_WalletsWindow.onwebkittransitionend
onwheel
onwheel: ((
this,ev) =>any) |null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:10056
Inherited from
DEPRECATED_WalletsWindow.onwheel
opener
opener:
any
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27004
Inherited from
DEPRECATED_WalletsWindow.opener
orientation
readonlyorientation:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27010
Deprecated
Inherited from
DEPRECATED_WalletsWindow.orientation
origin
readonlyorigin:string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27276
Inherited from
DEPRECATED_WalletsWindow.origin
outerHeight
readonlyouterHeight:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27012
Inherited from
DEPRECATED_WalletsWindow.outerHeight
outerWidth
readonlyouterWidth:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27014
Inherited from
DEPRECATED_WalletsWindow.outerWidth
pageXOffset
readonlypageXOffset:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27016
Inherited from
DEPRECATED_WalletsWindow.pageXOffset
pageYOffset
readonlypageYOffset:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27018
Inherited from
DEPRECATED_WalletsWindow.pageYOffset
parent
readonlyparent: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.
Inherited from
DEPRECATED_WalletsWindow.parent
performance
readonlyperformance:Performance
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27278
Inherited from
DEPRECATED_WalletsWindow.performance
personalbar
readonlypersonalbar: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.
Inherited from
DEPRECATED_WalletsWindow.personalbar
screen
readonlyscreen:Screen
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27034
Inherited from
DEPRECATED_WalletsWindow.screen
screenLeft
readonlyscreenLeft:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27036
Inherited from
DEPRECATED_WalletsWindow.screenLeft
screenTop
readonlyscreenTop:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27038
Inherited from
DEPRECATED_WalletsWindow.screenTop
screenX
readonlyscreenX:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27040
Inherited from
DEPRECATED_WalletsWindow.screenX
screenY
readonlyscreenY:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27042
Inherited from
DEPRECATED_WalletsWindow.screenY
scrollbars
readonlyscrollbars: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.
Inherited from
DEPRECATED_WalletsWindow.scrollbars
scrollX
readonlyscrollX:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27044
Inherited from
DEPRECATED_WalletsWindow.scrollX
scrollY
readonlyscrollY:number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27046
Inherited from
DEPRECATED_WalletsWindow.scrollY
self
readonlyself:Window& typeofglobalThis
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27054
Inherited from
sessionStorage
readonlysessionStorage:Storage
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27306
Inherited from
DEPRECATED_WalletsWindow.sessionStorage
speechSynthesis
readonlyspeechSynthesis:SpeechSynthesis
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27056
Inherited from
DEPRECATED_WalletsWindow.speechSynthesis
status
status:
string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27062
Deprecated
Inherited from
DEPRECATED_WalletsWindow.status
statusbar
readonlystatusbar: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.
Inherited from
DEPRECATED_WalletsWindow.statusbar
toolbar
readonlytoolbar: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.
Inherited from
DEPRECATED_WalletsWindow.toolbar
top
readonlytop:Window|null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27076
Inherited from
visualViewport
readonlyvisualViewport:VisualViewport|null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27078
Inherited from
DEPRECATED_WalletsWindow.visualViewport
window
readonlywindow:Window& typeofglobalThis
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27080
Inherited from
DEPRECATED_WalletsWindow.window
Methods
addEventListener()
Call Signature
addEventListener(
type,listener):void
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:17
Add a listener for WindowAppReadyEvent.
Parameters
type
"wallet-standard:app-ready"
listener
(event) => void
Returns
void
Call Signature
addEventListener(
type,listener):void
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:19
Add a listener for WindowRegisterWalletEvent.
Parameters
type
"wallet-standard:register-wallet"
listener
(event) => void
Returns
void
alert()
alert(
message?):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27082
Parameters
message?
any
Returns
void
Inherited from
DEPRECATED_WalletsWindow.alert
atob()
atob(
data):string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27280
Parameters
data
string
Returns
string
Inherited from
blur()
blur():
void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27088
Returns
void
Deprecated
Inherited from
btoa()
btoa(
data):string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27282
Parameters
data
string
Returns
string
Inherited from
cancelAnimationFrame()
cancelAnimationFrame(
handle):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:2806
Parameters
handle
number
Returns
void
Inherited from
DEPRECATED_WalletsWindow.cancelAnimationFrame
cancelIdleCallback()
cancelIdleCallback(
handle):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27090
Parameters
handle
number
Returns
void
Inherited from
DEPRECATED_WalletsWindow.cancelIdleCallback
captureEvents()
captureEvents():
void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27096
Returns
void
Deprecated
Inherited from
DEPRECATED_WalletsWindow.captureEvents
clearInterval()
clearInterval(
id):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27284
Parameters
id
number | undefined
Returns
void
Inherited from
DEPRECATED_WalletsWindow.clearInterval
clearTimeout()
clearTimeout(
id):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27286
Parameters
id
number | undefined
Returns
void
Inherited from
DEPRECATED_WalletsWindow.clearTimeout
close()
close():
void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27102
Closes the window.
Returns
void
Inherited from
DEPRECATED_WalletsWindow.close
confirm()
confirm(
message?):boolean
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27104
Parameters
message?
string
Returns
boolean
Inherited from
DEPRECATED_WalletsWindow.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
Parameters
image
ImageBitmapSource
options?
ImageBitmapOptions
Returns
Promise<ImageBitmap>
Inherited from
DEPRECATED_WalletsWindow.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
DEPRECATED_WalletsWindow.createImageBitmap
dispatchEvent()
Call Signature
dispatchEvent(
event):void
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:21
Dispatch a WindowAppReadyEvent.
Parameters
event
Returns
void
Call Signature
dispatchEvent(
event):void
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:23
Dispatch a WindowRegisterWalletEvent.
Parameters
event
Returns
void
fetch()
fetch(
input,init?):Promise<Response>
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27291
Parameters
input
URL | RequestInfo
init?
RequestInit
Returns
Promise<Response>
Inherited from
DEPRECATED_WalletsWindow.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.
Returns
void
Inherited from
DEPRECATED_WalletsWindow.focus
getComputedStyle()
getComputedStyle(
elt,pseudoElt?):CSSStyleDeclaration
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27112
Parameters
elt
Element
pseudoElt?
string | null
Returns
CSSStyleDeclaration
Inherited from
Omit.getComputedStyle
getSelection()
getSelection():
Selection|null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27114
Returns
Selection | null
Inherited from
Omit.getSelection
matchMedia()
matchMedia(
query):MediaQueryList
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27116
Parameters
query
string
Returns
MediaQueryList
Inherited from
DEPRECATED_WalletsWindow.matchMedia
moveBy()
moveBy(
x,y):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27118
Parameters
x
number
y
number
Returns
void
Inherited from
DEPRECATED_WalletsWindow.moveBy
moveTo()
moveTo(
x,y):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27120
Parameters
x
number
y
number
Returns
void
Inherited from
DEPRECATED_WalletsWindow.moveTo
open()
open(
url?,target?,features?):Window|null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27122
Parameters
url?
string | URL
target?
string
features?
string
Returns
Window | null
Inherited from
Omit.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.
Parameters
message
any
targetOrigin
string
transfer?
Transferable[]
Returns
void
Inherited from
Omit.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
Omit.postMessage
print()
print():
void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27139
Returns
void
Inherited from
DEPRECATED_WalletsWindow.print
prompt()
prompt(
message?,_default?):string|null
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27141
Parameters
message?
string
_default?
string
Returns
string | null
Inherited from
Omit.prompt
queueMicrotask()
queueMicrotask(
callback):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27293
Parameters
callback
VoidFunction
Returns
void
Inherited from
DEPRECATED_WalletsWindow.queueMicrotask
releaseEvents()
releaseEvents():
void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27147
Returns
void
Deprecated
Inherited from
DEPRECATED_WalletsWindow.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.
Type Parameters
K
K extends keyof WindowEventMap
Parameters
type
K
listener
(this, ev) => any
options?
boolean | EventListenerOptions
Returns
void
Inherited from
Omit.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.
Parameters
type
string
listener
EventListenerOrEventListenerObject
options?
boolean | EventListenerOptions
Returns
void
Inherited from
Omit.removeEventListener
reportError()
reportError(
e):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27295
Parameters
e
any
Returns
void
Inherited from
DEPRECATED_WalletsWindow.reportError
requestAnimationFrame()
requestAnimationFrame(
callback):number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:2808
Parameters
callback
FrameRequestCallback
Returns
number
Inherited from
DEPRECATED_WalletsWindow.requestAnimationFrame
requestIdleCallback()
requestIdleCallback(
callback,options?):number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27149
Parameters
callback
IdleRequestCallback
options?
IdleRequestOptions
Returns
number
Inherited from
DEPRECATED_WalletsWindow.requestIdleCallback
resizeBy()
resizeBy(
x,y):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27151
Parameters
x
number
y
number
Returns
void
Inherited from
DEPRECATED_WalletsWindow.resizeBy
resizeTo()
resizeTo(
width,height):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27153
Parameters
width
number
height
number
Returns
void
Inherited from
DEPRECATED_WalletsWindow.resizeTo
scroll()
Call Signature
scroll(
options?):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27155
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
Omit.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
Omit.scroll
scrollBy()
Call Signature
scrollBy(
options?):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27158
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
Omit.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
Omit.scrollBy
scrollTo()
Call Signature
scrollTo(
options?):void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27161
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
Omit.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
Omit.scrollTo
setInterval()
setInterval(
handler,timeout?, ...arguments):number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27297
Parameters
handler
TimerHandler
timeout?
number
arguments
...any[]
Returns
number
Inherited from
DEPRECATED_WalletsWindow.setInterval
setTimeout()
setTimeout(
handler,timeout?, ...arguments):number
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27299
Parameters
handler
TimerHandler
timeout?
number
arguments
...any[]
Returns
number
Inherited from
DEPRECATED_WalletsWindow.setTimeout
stop()
stop():
void
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27168
Cancels the document load.
Returns
void
Inherited from
structuredClone()
structuredClone<
T>(value,options?):T
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.dom.d.ts:27301
Type Parameters
T
T = any
Parameters
value
T
options?
StructuredSerializeOptions
Returns
T