WindowWithEscape

class WindowWithEscape()

Properties


Properties

WindowWithEscape.Window
Type:function
WindowWithEscape.applicationCache
Type:ApplicationCache
WindowWithEscape.caches
Type:CacheStorage
WindowWithEscape.clientInformation
Type:Navigator
WindowWithEscape.closed
Type:boolean
WindowWithEscape.console
Type:Console
WindowWithEscape.crypto
Type:Crypto
WindowWithEscape.customElements
Type:CustomElementRegistry
WindowWithEscape.defaultStatus
Type:string
WindowWithEscape.devicePixelRatio
Type:number
WindowWithEscape.doNotTrack
Type:string
WindowWithEscape.document
Type:Document
WindowWithEscape.event
Type:Event | undefined
WindowWithEscape.external
Type:External
WindowWithEscape.frameElement
Type:Element
WindowWithEscape.frames
Type:Window
WindowWithEscape.history
Type:History
WindowWithEscape.indexedDB
Type:IDBFactory
WindowWithEscape.innerHeight
Type:number
WindowWithEscape.innerWidth
Type:number
WindowWithEscape.isSecureContext
Type:boolean
WindowWithEscape.length
Type:number
WindowWithEscape.localStorage
Type:Storage
WindowWithEscape.location
Type:Location
WindowWithEscape.locationbar
Type:BarProp
WindowWithEscape.menubar
Type:BarProp
WindowWithEscape.msContentScript
Type:ExtensionScriptApis
WindowWithEscape.name
Type:string
WindowWithEscape.navigator
Type:Navigator
WindowWithEscape.offscreenBuffering
Type:string | boolean
WindowWithEscape.onabort
Type:function | null
WindowWithEscape.onabort(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (UIEvent()) – None
Return type:

any

WindowWithEscape.onafterprint
Type:function | null
WindowWithEscape.onafterprint(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onanimationcancel
Type:function | null
WindowWithEscape.onanimationcancel(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (AnimationEvent()) – None
Return type:

any

WindowWithEscape.onanimationend
Type:function | null
WindowWithEscape.onanimationend(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (AnimationEvent()) – None
Return type:

any

WindowWithEscape.onanimationiteration
Type:function | null
WindowWithEscape.onanimationiteration(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (AnimationEvent()) – None
Return type:

any

WindowWithEscape.onanimationstart
Type:function | null
WindowWithEscape.onanimationstart(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (AnimationEvent()) – None
Return type:

any

WindowWithEscape.onauxclick
Type:function | null
WindowWithEscape.onauxclick(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onbeforeprint
Type:function | null
WindowWithEscape.onbeforeprint(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onbeforeunload
Type:function | null
WindowWithEscape.onbeforeunload(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (BeforeUnloadEvent()) – None
Return type:

any

WindowWithEscape.onblur
Type:function | null
WindowWithEscape.onblur(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (FocusEvent()) – None
Return type:

any

WindowWithEscape.oncancel
Type:function | null
WindowWithEscape.oncancel(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.oncanplay
Type:function | null
WindowWithEscape.oncanplay(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.oncanplaythrough
Type:function | null
WindowWithEscape.oncanplaythrough(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onchange
Type:function | null
WindowWithEscape.onchange(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onclick
Type:function | null
WindowWithEscape.onclick(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onclose
Type:function | null
WindowWithEscape.onclose(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.oncompassneedscalibration
Type:function | null
WindowWithEscape.oncompassneedscalibration(this, ev)
Arguments:
Return type:

any

WindowWithEscape.oncontextmenu
Type:function | null
WindowWithEscape.oncontextmenu(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.oncuechange
Type:function | null
WindowWithEscape.oncuechange(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.ondblclick
Type:function | null
WindowWithEscape.ondblclick(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.ondevicelight
Type:function | null
WindowWithEscape.ondevicelight(this, ev)
Arguments:
  • this (Window()) – None
  • ev (DeviceLightEvent()) – None
Return type:

any

WindowWithEscape.ondevicemotion
Type:function | null
WindowWithEscape.ondevicemotion(this, ev)
Arguments:
  • this (Window()) – None
  • ev (DeviceMotionEvent()) – None
Return type:

any

WindowWithEscape.ondeviceorientation
Type:function | null
WindowWithEscape.ondeviceorientation(this, ev)
Arguments:
  • this (Window()) – None
  • ev (DeviceOrientationEvent()) – None
Return type:

any

WindowWithEscape.ondeviceorientationabsolute
Type:function | null
WindowWithEscape.ondeviceorientationabsolute(this, ev)
Arguments:
  • this (Window()) – None
  • ev (DeviceOrientationEvent()) – None
Return type:

any

WindowWithEscape.ondrag
Type:function | null
WindowWithEscape.ondrag(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondragend
Type:function | null
WindowWithEscape.ondragend(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondragenter
Type:function | null
WindowWithEscape.ondragenter(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondragexit
Type:function | null
WindowWithEscape.ondragexit(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.ondragleave
Type:function | null
WindowWithEscape.ondragleave(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondragover
Type:function | null
WindowWithEscape.ondragover(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondragstart
Type:function | null
WindowWithEscape.ondragstart(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondrop
Type:function | null
WindowWithEscape.ondrop(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (DragEvent()) – None
Return type:

any

WindowWithEscape.ondurationchange
Type:function | null
WindowWithEscape.ondurationchange(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onemptied
Type:function | null
WindowWithEscape.onemptied(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onended
Type:function | null
WindowWithEscape.onended(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onerror
Type:OnErrorEventHandler
WindowWithEscape.onfocus
Type:function | null
WindowWithEscape.onfocus(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (FocusEvent()) – None
Return type:

any

WindowWithEscape.ongotpointercapture
Type:function | null
WindowWithEscape.ongotpointercapture(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onhashchange
Type:function | null
WindowWithEscape.onhashchange(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (HashChangeEvent()) – None
Return type:

any

WindowWithEscape.oninput
Type:function | null
WindowWithEscape.oninput(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.oninvalid
Type:function | null
WindowWithEscape.oninvalid(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onkeydown
Type:function | null
WindowWithEscape.onkeydown(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (KeyboardEvent()) – None
Return type:

any

WindowWithEscape.onkeypress
Type:function | null
WindowWithEscape.onkeypress(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (KeyboardEvent()) – None
Return type:

any

WindowWithEscape.onkeyup
Type:function | null
WindowWithEscape.onkeyup(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (KeyboardEvent()) – None
Return type:

any

WindowWithEscape.onlanguagechange
Type:function | null
WindowWithEscape.onlanguagechange(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onload
Type:function | null
WindowWithEscape.onload(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onloadeddata
Type:function | null
WindowWithEscape.onloadeddata(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onloadedmetadata
Type:function | null
WindowWithEscape.onloadedmetadata(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onloadend
Type:function | null
WindowWithEscape.onloadend(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (ProgressEvent()) – None
Return type:

any

WindowWithEscape.onloadstart
Type:function | null
WindowWithEscape.onloadstart(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onlostpointercapture
Type:function | null
WindowWithEscape.onlostpointercapture(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onmessage
Type:function | null
WindowWithEscape.onmessage(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (MessageEvent()) – None
Return type:

any

WindowWithEscape.onmessageerror
Type:function | null
WindowWithEscape.onmessageerror(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (MessageEvent()) – None
Return type:

any

WindowWithEscape.onmousedown
Type:function | null
WindowWithEscape.onmousedown(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmouseenter
Type:function | null
WindowWithEscape.onmouseenter(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmouseleave
Type:function | null
WindowWithEscape.onmouseleave(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmousemove
Type:function | null
WindowWithEscape.onmousemove(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmouseout
Type:function | null
WindowWithEscape.onmouseout(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmouseover
Type:function | null
WindowWithEscape.onmouseover(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmouseup
Type:function | null
WindowWithEscape.onmouseup(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (MouseEvent()) – None
Return type:

any

WindowWithEscape.onmousewheel
Type:function | null
WindowWithEscape.onmousewheel(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsgesturechange
Type:function | null
WindowWithEscape.onmsgesturechange(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsgesturedoubletap
Type:function | null
WindowWithEscape.onmsgesturedoubletap(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsgestureend
Type:function | null
WindowWithEscape.onmsgestureend(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsgesturehold
Type:function | null
WindowWithEscape.onmsgesturehold(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsgesturestart
Type:function | null
WindowWithEscape.onmsgesturestart(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsgesturetap
Type:function | null
WindowWithEscape.onmsgesturetap(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmsinertiastart
Type:function | null
WindowWithEscape.onmsinertiastart(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointercancel
Type:function | null
WindowWithEscape.onmspointercancel(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointerdown
Type:function | null
WindowWithEscape.onmspointerdown(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointerenter
Type:function | null
WindowWithEscape.onmspointerenter(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointerleave
Type:function | null
WindowWithEscape.onmspointerleave(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointermove
Type:function | null
WindowWithEscape.onmspointermove(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointerout
Type:function | null
WindowWithEscape.onmspointerout(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointerover
Type:function | null
WindowWithEscape.onmspointerover(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onmspointerup
Type:function | null
WindowWithEscape.onmspointerup(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onoffline
Type:function | null
WindowWithEscape.onoffline(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.ononline
Type:function | null
WindowWithEscape.ononline(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onorientationchange
Type:function | null
WindowWithEscape.onorientationchange(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onpagehide
Type:function | null
WindowWithEscape.onpagehide(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (PageTransitionEvent()) – None
Return type:

any

WindowWithEscape.onpageshow
Type:function | null
WindowWithEscape.onpageshow(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (PageTransitionEvent()) – None
Return type:

any

WindowWithEscape.onpause
Type:function | null
WindowWithEscape.onpause(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onplay
Type:function | null
WindowWithEscape.onplay(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onplaying
Type:function | null
WindowWithEscape.onplaying(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onpointercancel
Type:function | null
WindowWithEscape.onpointercancel(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointerdown
Type:function | null
WindowWithEscape.onpointerdown(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointerenter
Type:function | null
WindowWithEscape.onpointerenter(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointerleave
Type:function | null
WindowWithEscape.onpointerleave(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointermove
Type:function | null
WindowWithEscape.onpointermove(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointerout
Type:function | null
WindowWithEscape.onpointerout(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointerover
Type:function | null
WindowWithEscape.onpointerover(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpointerup
Type:function | null
WindowWithEscape.onpointerup(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (PointerEvent()) – None
Return type:

any

WindowWithEscape.onpopstate
Type:function | null
WindowWithEscape.onpopstate(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (PopStateEvent()) – None
Return type:

any

WindowWithEscape.onprogress
Type:function | null
WindowWithEscape.onprogress(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (ProgressEvent()) – None
Return type:

any

WindowWithEscape.onratechange
Type:function | null
WindowWithEscape.onratechange(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onreadystatechange
Type:function | null
WindowWithEscape.onreadystatechange(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onrejectionhandled
Type:function | null
WindowWithEscape.onrejectionhandled(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onreset
Type:function | null
WindowWithEscape.onreset(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onresize
Type:function | null
WindowWithEscape.onresize(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (UIEvent()) – None
Return type:

any

WindowWithEscape.onscroll
Type:function | null
WindowWithEscape.onscroll(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onsecuritypolicyviolation
Type:function | null
WindowWithEscape.onsecuritypolicyviolation(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (SecurityPolicyViolationEvent()) – None
Return type:

any

WindowWithEscape.onseeked
Type:function | null
WindowWithEscape.onseeked(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onseeking
Type:function | null
WindowWithEscape.onseeking(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onselect
Type:function | null
WindowWithEscape.onselect(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onselectionchange
Type:function | null
WindowWithEscape.onselectionchange(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onselectstart
Type:function | null
WindowWithEscape.onselectstart(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onstalled
Type:function | null
WindowWithEscape.onstalled(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onstorage
Type:function | null
WindowWithEscape.onstorage(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (StorageEvent()) – None
Return type:

any

WindowWithEscape.onsubmit
Type:function | null
WindowWithEscape.onsubmit(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onsuspend
Type:function | null
WindowWithEscape.onsuspend(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.ontimeupdate
Type:function | null
WindowWithEscape.ontimeupdate(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.ontoggle
Type:function | null
WindowWithEscape.ontoggle(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.ontouchcancel
Type:function | null
WindowWithEscape.ontouchcancel(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TouchEvent()) – None
Return type:

any

WindowWithEscape.ontouchend
Type:function | null
WindowWithEscape.ontouchend(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TouchEvent()) – None
Return type:

any

WindowWithEscape.ontouchmove
Type:function | null
WindowWithEscape.ontouchmove(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TouchEvent()) – None
Return type:

any

WindowWithEscape.ontouchstart
Type:function | null
WindowWithEscape.ontouchstart(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TouchEvent()) – None
Return type:

any

WindowWithEscape.ontransitioncancel
Type:function | null
WindowWithEscape.ontransitioncancel(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TransitionEvent()) – None
Return type:

any

WindowWithEscape.ontransitionend
Type:function | null
WindowWithEscape.ontransitionend(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TransitionEvent()) – None
Return type:

any

WindowWithEscape.ontransitionrun
Type:function | null
WindowWithEscape.ontransitionrun(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TransitionEvent()) – None
Return type:

any

WindowWithEscape.ontransitionstart
Type:function | null
WindowWithEscape.ontransitionstart(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (TransitionEvent()) – None
Return type:

any

WindowWithEscape.onunhandledrejection
Type:function | null
WindowWithEscape.onunhandledrejection(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (PromiseRejectionEvent()) – None
Return type:

any

WindowWithEscape.onunload
Type:function | null
WindowWithEscape.onunload(this, ev)
Arguments:
  • this (WindowEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onvolumechange
Type:function | null
WindowWithEscape.onvolumechange(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onvrdisplayactivate
Type:function | null
WindowWithEscape.onvrdisplayactivate(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplayblur
Type:function | null
WindowWithEscape.onvrdisplayblur(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplayconnect
Type:function | null
WindowWithEscape.onvrdisplayconnect(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplaydeactivate
Type:function | null
WindowWithEscape.onvrdisplaydeactivate(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplaydisconnect
Type:function | null
WindowWithEscape.onvrdisplaydisconnect(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplayfocus
Type:function | null
WindowWithEscape.onvrdisplayfocus(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplaypointerrestricted
Type:function | null
WindowWithEscape.onvrdisplaypointerrestricted(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplaypointerunrestricted
Type:function | null
WindowWithEscape.onvrdisplaypointerunrestricted(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onvrdisplaypresentchange
Type:function | null
WindowWithEscape.onvrdisplaypresentchange(this, ev)
Arguments:
Return type:

any

WindowWithEscape.onwaiting
Type:function | null
WindowWithEscape.onwaiting(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (Event()) – None
Return type:

any

WindowWithEscape.onwheel
Type:function | null
WindowWithEscape.onwheel(this, ev)
Arguments:
  • this (GlobalEventHandlers()) – None
  • ev (WheelEvent()) – None
Return type:

any

WindowWithEscape.opener
Type:any
WindowWithEscape.orientation
Type:string | number
WindowWithEscape.origin
Type:string
WindowWithEscape.outerHeight
Type:number
WindowWithEscape.outerWidth
Type:number
WindowWithEscape.pageXOffset
Type:number
WindowWithEscape.pageYOffset
Type:number
WindowWithEscape.parent
Type:Window
WindowWithEscape.performance
Type:Performance
WindowWithEscape.personalbar
Type:BarProp
WindowWithEscape.screen
Type:Screen
WindowWithEscape.screenLeft
Type:number
WindowWithEscape.screenTop
Type:number
WindowWithEscape.screenX
Type:number
WindowWithEscape.screenY
Type:number
WindowWithEscape.scrollX
Type:number
WindowWithEscape.scrollY
Type:number
WindowWithEscape.scrollbars
Type:BarProp
WindowWithEscape.self
Type:unknown
WindowWithEscape.sessionStorage
Type:Storage
WindowWithEscape.speechSynthesis
Type:SpeechSynthesis
WindowWithEscape.status
Type:string
WindowWithEscape.statusbar
Type:BarProp
WindowWithEscape.styleMedia
Type:StyleMedia
WindowWithEscape.toolbar
Type:BarProp
WindowWithEscape.top
Type:Window
WindowWithEscape.window
Type:unknown

Methods

addEventListener

WindowWithEscape.addEventListener(type, listener[, options])
Arguments:
  • type (K()) – None
  • listener (function()) – None
  • options (boolean | AddEventListenerOptions()) – optional None
Return type:

void

WindowWithEscape.listener(this, ev)
Arguments:
  • this (Window()) – None
  • ev (unknown()) – None
Return type:

any

WindowWithEscape.addEventListener(type, listener[, options])
Arguments:
  • type (string()) – None
  • listener (EventListenerOrEventListenerObject()) – None
  • options (boolean | AddEventListenerOptions()) – optional None
Return type:

void

alert

WindowWithEscape.alert([message])
Arguments:
  • message (any()) – optional None
Return type:

void

atob

WindowWithEscape.atob(encodedString)
Arguments:
  • encodedString (string()) – None
Return type:

string

blur

WindowWithEscape.blur()
Return type:void

btoa

WindowWithEscape.btoa(rawString)
Arguments:
  • rawString (string()) – None
Return type:

string

cancelAnimationFrame

WindowWithEscape.cancelAnimationFrame(handle)
Arguments:
  • handle (number()) – None
Return type:

void

captureEvents

WindowWithEscape.captureEvents()
Return type:void

clearInterval

WindowWithEscape.clearInterval([handle])
Arguments:
  • handle (number()) – optional None
Return type:

void

clearTimeout

WindowWithEscape.clearTimeout([handle])
Arguments:
  • handle (number()) – optional None
Return type:

void

close

WindowWithEscape.close()
Return type:void

confirm

WindowWithEscape.confirm([message])
Arguments:
  • message (string()) – optional None
Return type:

boolean

createImageBitmap

WindowWithEscape.createImageBitmap(image)
Arguments:
  • image (ImageBitmapSource()) – None
Return type:

Promise <ImageBitmap>

WindowWithEscape.createImageBitmap(image, sx, sy, sw, sh)
Arguments:
  • image (ImageBitmapSource()) – None
  • sx (number()) – None
  • sy (number()) – None
  • sw (number()) – None
  • sh (number()) – None
Return type:

Promise <ImageBitmap>

departFocus

WindowWithEscape.departFocus(navigationReason, origin)
Arguments:
  • navigationReason (NavigationReason()) – None
  • origin (FocusNavigationOrigin()) – None
Return type:

void

dispatchEvent

WindowWithEscape.dispatchEvent(event)
Arguments:
Return type:

boolean

escape

WindowWithEscape.escape(s)
Arguments:
  • s (string()) – None
Return type:

string

fetch

WindowWithEscape.fetch(input[, init])
Arguments:
  • input (RequestInfo()) – None
  • init (RequestInit()) – optional None
Return type:

Promise <Response>

focus

WindowWithEscape.focus()
Return type:void

getComputedStyle

WindowWithEscape.getComputedStyle(elt[, pseudoElt])
Arguments:
  • elt (Element()) – None
  • pseudoElt (string | null()) – optional None
Return type:

CSSStyleDeclaration

getMatchedCSSRules

WindowWithEscape.getMatchedCSSRules(elt[, pseudoElt])
Arguments:
  • elt (Element()) – None
  • pseudoElt (string | null()) – optional None
Return type:

CSSRuleList

getSelection

WindowWithEscape.getSelection()
Return type:Selection | null

matchMedia

WindowWithEscape.matchMedia(query)
Arguments:
  • query (string()) – None
Return type:

MediaQueryList

moveBy

WindowWithEscape.moveBy(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

moveTo

WindowWithEscape.moveTo(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

msWriteProfilerMark

WindowWithEscape.msWriteProfilerMark(profilerMarkName)
Arguments:
  • profilerMarkName (string()) – None
Return type:

void

open

WindowWithEscape.open([url[, target[, features[, replace]]]])
Arguments:
  • url (string()) – optional None
  • target (string()) – optional None
  • features (string()) – optional None
  • replace (boolean()) – optional None
Return type:

Window | null

postMessage

WindowWithEscape.postMessage(message, targetOrigin[, transfer])
Arguments:
  • message (any()) – None
  • targetOrigin (string()) – None
  • transfer ([Transferable]()) – optional None
Return type:

void

print

WindowWithEscape.print()
Return type:void

prompt

WindowWithEscape.prompt([message[, _default]])
Arguments:
  • message (string()) – optional None
  • _default (string()) – optional None
Return type:

string | null

queueMicrotask

WindowWithEscape.queueMicrotask(callback)
Arguments:
  • callback (Function()) – None
Return type:

void

releaseEvents

WindowWithEscape.releaseEvents()
Return type:void

removeEventListener

WindowWithEscape.removeEventListener(type, listener[, options])
Arguments:
  • type (K()) – None
  • listener (function()) – None
  • options (boolean | EventListenerOptions()) – optional None
Return type:

void

WindowWithEscape.listener(this, ev)
Arguments:
  • this (Window()) – None
  • ev (unknown()) – None
Return type:

any

WindowWithEscape.removeEventListener(type, listener[, options])
Arguments:
  • type (string()) – None
  • listener (EventListenerOrEventListenerObject()) – None
  • options (boolean | EventListenerOptions()) – optional None
Return type:

void

requestAnimationFrame

WindowWithEscape.requestAnimationFrame(callback)
Arguments:
  • callback (FrameRequestCallback()) – None
Return type:

number

resizeBy

WindowWithEscape.resizeBy(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

resizeTo

WindowWithEscape.resizeTo(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

scroll

WindowWithEscape.scroll([options])
Arguments:
  • options (ScrollToOptions()) – optional None
Return type:

void

WindowWithEscape.scroll(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

scrollBy

WindowWithEscape.scrollBy([options])
Arguments:
  • options (ScrollToOptions()) – optional None
Return type:

void

WindowWithEscape.scrollBy(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

scrollTo

WindowWithEscape.scrollTo([options])
Arguments:
  • options (ScrollToOptions()) – optional None
Return type:

void

WindowWithEscape.scrollTo(x, y)
Arguments:
  • x (number()) – None
  • y (number()) – None
Return type:

void

setInterval

WindowWithEscape.setInterval(handler[, timeout, arguments])
Arguments:
  • handler (TimerHandler()) – None
  • timeout (number()) – optional None
  • arguments ([any]()) – None
Return type:

number

setTimeout

WindowWithEscape.setTimeout(handler[, timeout, arguments])
Arguments:
  • handler (TimerHandler()) – None
  • timeout (number()) – optional None
  • arguments ([any]()) – None
Return type:

number

stop

WindowWithEscape.stop()
Return type:void

webkitCancelAnimationFrame

WindowWithEscape.webkitCancelAnimationFrame(handle)
Arguments:
  • handle (number()) – None
Return type:

void

webkitConvertPointFromNodeToPage

WindowWithEscape.webkitConvertPointFromNodeToPage(node, pt)
Arguments:
  • node (Node()) – None
  • pt (WebKitPoint()) – None
Return type:

WebKitPoint

webkitConvertPointFromPageToNode

WindowWithEscape.webkitConvertPointFromPageToNode(node, pt)
Arguments:
  • node (Node()) – None
  • pt (WebKitPoint()) – None
Return type:

WebKitPoint

webkitRequestAnimationFrame

WindowWithEscape.webkitRequestAnimationFrame(callback)
Arguments:
  • callback (FrameRequestCallback()) – None
Return type:

number