@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="goog.global")
public final class WindowGlobal
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
name
The Window.name property gets/sets the name of the window's browsing context.
|
static EventHandler |
onabort
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
|
static EventHandler |
onafterprint
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
|
static AnimationEventHandler |
onanimationcancel
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
|
static AnimationEventHandler |
onanimationend
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
|
static AnimationEventHandler |
onanimationiteration
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
|
static AnimationEventHandler |
onanimationstart
An event handler for the animationstart event.
|
static EventHandler |
onauxclick
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
|
static EventHandler |
onbeforeprint
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
|
static OnBeforeUnloadEventHandler |
onbeforeunload
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
|
static FocusEventHandler |
onblur
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
|
static EventHandler |
oncancel
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
|
static EventHandler |
oncanplay
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
|
static EventHandler |
oncanplaythrough
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
|
static EventHandler |
onchange
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
|
static EventHandler |
onclick
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
|
static EventHandler |
onclose
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
|
static EventHandler |
oncompassneedscalibration |
static EventHandler |
oncontextmenu
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
|
static EventHandler |
oncuechange
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
|
static EventHandler |
ondblclick
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
|
static DeviceMotionEventHandler |
ondevicemotion
An event handler for the devicemotion events sent to the window.
|
static DeviceOrientationEventHandler |
ondeviceorientation
An event handler for the deviceorientation event, which contains information about a relative device orientation change.
|
static EventHandler |
ondeviceorientationabsolute
An event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
|
static EventHandler |
ondrag
A global event handler for the drag event.
|
static EventHandler |
ondragend
A global event handler for the dragend event.
|
static EventHandler |
ondragenter
A global event handler for the dragenter event.
|
static EventHandler |
ondragleave
A global event handler for the dragleave event.
|
static EventHandler |
ondragover
A global event handler for the dragover event.
|
static EventHandler |
ondragstart
A global event handler for the dragstart event.
|
static EventHandler |
ondrop
A global event handler for the drop event.
|
static EventHandler |
ondurationchange
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
|
static EventHandler |
onemptied
The onemptied property sets and returns the event handler for the emptied event.
|
static EventHandler |
onended
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
|
static OnErrorEventHandler |
onerror
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
|
static FocusEventHandler |
onfocus
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
|
static EventHandler |
onformdata
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
|
static GamepadEventHandler |
ongamepadconnected
The ongamepadconnected property of the Window interface represents an event handler that will run when a gamepad is connected (when the gamepadconnected event fires).
|
static GamepadEventHandler |
ongamepaddisconnected
The ongamepaddisconnected property of the Window interface represents an event handler that will run when a gamepad is disconnected (when the gamepaddisconnected event fires).
|
static EventHandler |
ongotpointercapture
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
|
static HashChangeEventHandler |
onhashchange
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
|
static EventHandler |
oninput
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
static EventHandler |
oninvalid
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
|
static EventHandler |
onkeydown
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
static EventHandler |
onkeypress
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
|
static EventHandler |
onkeyup
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
|
static EventHandler |
onlanguagechange
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
|
static EventHandler |
onload
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
|
static EventHandler |
onloadeddata
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
|
static EventHandler |
onloadedmetadata
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
|
static EventHandler |
onloadstart
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
|
static EventHandler |
onlostpointercapture
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
|
static MessageEventHandler |
onmessage
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
|
static MessageEventHandler |
onmessageerror
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
|
static EventHandler |
onmousedown
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
|
static EventHandler |
onmouseenter
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
|
static EventHandler |
onmouseleave
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
|
static EventHandler |
onmousemove
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
|
static EventHandler |
onmouseout
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
|
static EventHandler |
onmouseover
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
|
static EventHandler |
onmouseup
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
|
static EventHandler |
onoffline |
static EventHandler |
ononline |
static EventHandler |
onorientationchange |
static PageTransitionEventHandler |
onpagehide |
static PageTransitionEventHandler |
onpageshow |
static EventHandler |
onpause
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
|
static EventHandler |
onplay
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
|
static EventHandler |
onplaying
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
|
static EventHandler |
onpointercancel
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
|
static EventHandler |
onpointerdown
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
|
static EventHandler |
onpointerenter
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
|
static EventHandler |
onpointerleave
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
|
static EventHandler |
onpointermove
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
|
static EventHandler |
onpointerout
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
|
static EventHandler |
onpointerover
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
|
static EventHandler |
onpointerup
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
|
static EventHandler |
onpopstate
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
|
static EventHandler |
onprogress |
static EventHandler |
onratechange |
static PromiseRejectionEventHandler |
onrejectionhandled
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
|
static EventHandler |
onreset
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
static UIEventHandler |
onresize
The onresize property of the GlobalEventHandlers interface is an EventHandler that processes resize events.
|
static EventHandler |
onscroll
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
|
static EventHandler |
onsecuritypolicyviolation |
static EventHandler |
onseeked |
static EventHandler |
onseeking |
static EventHandler |
onselect
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
|
static EventHandler |
onselectionchange
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
|
static EventHandler |
onselectstart
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
|
static EventHandler |
onslotchange |
static EventHandler |
onstalled |
static StorageEventHandler |
onstorage
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
|
static EventHandler |
onsubmit
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
|
static EventHandler |
onsuspend |
static EventHandler |
ontimeupdate |
static EventHandler |
ontoggle |
static EventHandler |
ontouchcancel
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
|
static EventHandler |
ontouchend
A global event handler for the touchend event.
|
static EventHandler |
ontouchmove
A global event handler for the touchmove event.
|
static EventHandler |
ontouchstart
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
|
static TransitionEventHandler |
ontransitioncancel
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
|
static TransitionEventHandler |
ontransitionend
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
|
static TransitionEventHandler |
ontransitionrun |
static TransitionEventHandler |
ontransitionstart |
static PromiseRejectionEventHandler |
onunhandledrejection
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
|
static EventHandler |
onunload
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
|
static EventHandler |
onvolumechange |
static EventHandler |
onwaiting |
static EventHandler |
onwebkitanimationend |
static EventHandler |
onwebkitanimationiteration |
static EventHandler |
onwebkitanimationstart |
static EventHandler |
onwebkittransitionend |
static EventHandler |
onwheel
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
|
static jsinterop.base.Any |
opener
The Window interface's opener property returns a reference to the window that opened the window, either with open(), or by navigating a link with a target attribute.
|
static java.lang.String |
status
The status property of the Window interface was originally intended to set the text in the status bar at the bottom of the browser window.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addAfterprintListener(EventListener callback) |
static void |
addAfterprintListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addAfterprintListener(EventListener callback,
boolean useCapture) |
static void |
addAnimationcancelListener(AnimationEventListener callback) |
static void |
addAnimationcancelListener(AnimationEventListener callback,
AddEventListenerOptions options) |
static void |
addAnimationcancelListener(AnimationEventListener callback,
boolean useCapture) |
static void |
addAnimationendListener(AnimationEventListener callback) |
static void |
addAnimationendListener(AnimationEventListener callback,
AddEventListenerOptions options) |
static void |
addAnimationendListener(AnimationEventListener callback,
boolean useCapture) |
static void |
addAnimationiterationListener(AnimationEventListener callback) |
static void |
addAnimationiterationListener(AnimationEventListener callback,
AddEventListenerOptions options) |
static void |
addAnimationiterationListener(AnimationEventListener callback,
boolean useCapture) |
static void |
addAnimationstartListener(AnimationEventListener callback) |
static void |
addAnimationstartListener(AnimationEventListener callback,
AddEventListenerOptions options) |
static void |
addAnimationstartListener(AnimationEventListener callback,
boolean useCapture) |
static void |
addAppinstalledListener(EventListener callback) |
static void |
addAppinstalledListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addAppinstalledListener(EventListener callback,
boolean useCapture) |
static void |
addBeforeprintListener(EventListener callback) |
static void |
addBeforeprintListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addBeforeprintListener(EventListener callback,
boolean useCapture) |
static void |
addBeforeunloadListener(EventListener callback) |
static void |
addBeforeunloadListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addBeforeunloadListener(EventListener callback,
boolean useCapture) |
static void |
addBlurListener(FocusEventListener callback) |
static void |
addBlurListener(FocusEventListener callback,
AddEventListenerOptions options) |
static void |
addBlurListener(FocusEventListener callback,
boolean useCapture) |
static void |
addClipboardchangeListener(ClipboardEventListener callback) |
static void |
addClipboardchangeListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
static void |
addClipboardchangeListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
addCopyListener(ClipboardEventListener callback) |
static void |
addCopyListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
static void |
addCopyListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
addCutListener(ClipboardEventListener callback) |
static void |
addCutListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
static void |
addCutListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
addDevicemotionListener(DeviceMotionEventListener callback) |
static void |
addDevicemotionListener(DeviceMotionEventListener callback,
AddEventListenerOptions options) |
static void |
addDevicemotionListener(DeviceMotionEventListener callback,
boolean useCapture) |
static void |
addDeviceorientationListener(DeviceOrientationEventListener callback) |
static void |
addDeviceorientationListener(DeviceOrientationEventListener callback,
AddEventListenerOptions options) |
static void |
addDeviceorientationListener(DeviceOrientationEventListener callback,
boolean useCapture) |
static void |
addDOMContentLoadedListener(EventListener callback) |
static void |
addDOMContentLoadedListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addDOMContentLoadedListener(EventListener callback,
boolean useCapture) |
static void |
addEventListener(java.lang.String type,
EventListener callback)
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
|
static void |
addEventListener(java.lang.String type,
EventListener callback,
AddEventListenerOptions options)
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
|
static void |
addEventListener(java.lang.String type,
EventListener callback,
boolean options)
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
|
static void |
addFocusListener(FocusEventListener callback) |
static void |
addFocusListener(FocusEventListener callback,
AddEventListenerOptions options) |
static void |
addFocusListener(FocusEventListener callback,
boolean useCapture) |
static void |
addGamepadconnectedListener(GamepadEventListener callback) |
static void |
addGamepadconnectedListener(GamepadEventListener callback,
AddEventListenerOptions options) |
static void |
addGamepadconnectedListener(GamepadEventListener callback,
boolean useCapture) |
static void |
addGamepaddisconnectedListener(GamepadEventListener callback) |
static void |
addGamepaddisconnectedListener(GamepadEventListener callback,
AddEventListenerOptions options) |
static void |
addGamepaddisconnectedListener(GamepadEventListener callback,
boolean useCapture) |
static void |
addHashchangeListener(HashChangeEventListener callback) |
static void |
addHashchangeListener(HashChangeEventListener callback,
AddEventListenerOptions options) |
static void |
addHashchangeListener(HashChangeEventListener callback,
boolean useCapture) |
static void |
addLanguagechangeListener(EventListener callback) |
static void |
addLanguagechangeListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addLanguagechangeListener(EventListener callback,
boolean useCapture) |
static void |
addLoadListener(EventListener callback) |
static void |
addLoadListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addLoadListener(EventListener callback,
boolean useCapture) |
static void |
addMessageerrorListener(MessageEventListener callback) |
static void |
addMessageerrorListener(MessageEventListener callback,
AddEventListenerOptions options) |
static void |
addMessageerrorListener(MessageEventListener callback,
boolean useCapture) |
static void |
addMessageListener(MessageEventListener callback) |
static void |
addMessageListener(MessageEventListener callback,
AddEventListenerOptions options) |
static void |
addMessageListener(MessageEventListener callback,
boolean useCapture) |
static void |
addOfflineListener(EventListener callback) |
static void |
addOfflineListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addOfflineListener(EventListener callback,
boolean useCapture) |
static void |
addOnlineListener(EventListener callback) |
static void |
addOnlineListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addOnlineListener(EventListener callback,
boolean useCapture) |
static void |
addOrientationchangeListener(EventListener callback) |
static void |
addOrientationchangeListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addOrientationchangeListener(EventListener callback,
boolean useCapture) |
static void |
addPagehideListener(PageTransitionEventListener callback) |
static void |
addPagehideListener(PageTransitionEventListener callback,
AddEventListenerOptions options) |
static void |
addPagehideListener(PageTransitionEventListener callback,
boolean useCapture) |
static void |
addPageshowListener(PageTransitionEventListener callback) |
static void |
addPageshowListener(PageTransitionEventListener callback,
AddEventListenerOptions options) |
static void |
addPageshowListener(PageTransitionEventListener callback,
boolean useCapture) |
static void |
addPasteListener(ClipboardEventListener callback) |
static void |
addPasteListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
static void |
addPasteListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
addRejectionhandledListener(PromiseRejectionEventListener callback) |
static void |
addRejectionhandledListener(PromiseRejectionEventListener callback,
AddEventListenerOptions options) |
static void |
addRejectionhandledListener(PromiseRejectionEventListener callback,
boolean useCapture) |
static void |
addResizeListener(UIEventListener callback) |
static void |
addResizeListener(UIEventListener callback,
AddEventListenerOptions options) |
static void |
addResizeListener(UIEventListener callback,
boolean useCapture) |
static void |
addStorageListener(StorageEventListener callback) |
static void |
addStorageListener(StorageEventListener callback,
AddEventListenerOptions options) |
static void |
addStorageListener(StorageEventListener callback,
boolean useCapture) |
static void |
addTransitioncancelListener(TransitionEventListener callback) |
static void |
addTransitioncancelListener(TransitionEventListener callback,
AddEventListenerOptions options) |
static void |
addTransitioncancelListener(TransitionEventListener callback,
boolean useCapture) |
static void |
addTransitionendListener(TransitionEventListener callback) |
static void |
addTransitionendListener(TransitionEventListener callback,
AddEventListenerOptions options) |
static void |
addTransitionendListener(TransitionEventListener callback,
boolean useCapture) |
static void |
addTransitionrunListener(TransitionEventListener callback) |
static void |
addTransitionrunListener(TransitionEventListener callback,
AddEventListenerOptions options) |
static void |
addTransitionrunListener(TransitionEventListener callback,
boolean useCapture) |
static void |
addTransitionstartListener(TransitionEventListener callback) |
static void |
addTransitionstartListener(TransitionEventListener callback,
AddEventListenerOptions options) |
static void |
addTransitionstartListener(TransitionEventListener callback,
boolean useCapture) |
static void |
addUnhandledrejectionListener(PromiseRejectionEventListener callback) |
static void |
addUnhandledrejectionListener(PromiseRejectionEventListener callback,
AddEventListenerOptions options) |
static void |
addUnhandledrejectionListener(PromiseRejectionEventListener callback,
boolean useCapture) |
static void |
addUnloadListener(EventListener callback) |
static void |
addUnloadListener(EventListener callback,
AddEventListenerOptions options) |
static void |
addUnloadListener(EventListener callback,
boolean useCapture) |
static void |
alert()
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
|
static void |
alert(java.lang.String message)
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
|
static java.lang.String |
atob(java.lang.String data)
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
|
static void |
blur()
Shifts focus away from the window.
|
static java.lang.String |
btoa(java.lang.String data)
The WindowOrWorkerGlobalScope.btoa() method creates a Base64-encoded ASCII string from a binary string (i.e., a String object in which each character in the string is treated as a byte of binary data).
|
static CacheStorage |
caches()
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
|
static void |
cancelAnimationFrame(int handle)
The window.cancelAnimationFrame() method cancels an animation frame request previously scheduled through a call to window.requestAnimationFrame().
|
static void |
cancelIdleCallback(int handle)
The window.cancelIdleCallback() method cancels a callback previously scheduled with window.requestIdleCallback().
|
static void |
clearInterval()
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
|
static void |
clearInterval(int handle)
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
|
static void |
clearTimeout()
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
|
static void |
clearTimeout(int handle)
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
|
static void |
close()
The Window.close() method closes the current window, or the window on which it was called.
|
static boolean |
closed()
The Window.closed read-only property indicates whether the referenced window is closed or not.
|
static boolean |
confirm()
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
|
static boolean |
confirm(java.lang.String message)
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
|
static Promise<ImageBitmap> |
createImageBitmap(Blob image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(Blob image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(Blob image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(Blob image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(CanvasImageSource image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(CanvasImageSource image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(CanvasImageSource image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(CanvasImageSource image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLCanvasElement image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLCanvasElement image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLCanvasElement image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLCanvasElement image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLImageElement image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLImageElement image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLImageElement image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLImageElement image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLOrSVGImageElement image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLOrSVGImageElement image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLOrSVGImageElement image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLOrSVGImageElement image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLVideoElement image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLVideoElement image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLVideoElement image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(HTMLVideoElement image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmap image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmap image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmap image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmap image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageData image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageData image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageData image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(ImageData image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(OffscreenCanvas image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(OffscreenCanvas image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(OffscreenCanvas image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(OffscreenCanvas image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(SVGImageElement image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(SVGImageElement image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(SVGImageElement image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static Promise<ImageBitmap> |
createImageBitmap(SVGImageElement image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
static boolean |
crossOriginIsolated()
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
|
static Crypto |
crypto()
The read-only Window.crypto property returns the Crypto object associated to the global object.
|
static CustomElementRegistry |
customElements()
The customElements read-only property of the Window interface returns a reference to the CustomElementRegistry object, which can be used to register new custom elements and get information about previously registered custom elements.
|
static double |
devicePixelRatio()
The devicePixelRatio of Window interface returns the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.
|
static boolean |
dispatchEvent(Event event)
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
|
static Document |
document()
window.document returns a reference to the document contained in the window.
|
static EventOrUndefinedUnion |
event()
The read-only Window property event returns the Event which is currently being handled by the site's code.
|
static Promise<Response> |
fetch(Request input)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
static Promise<Response> |
fetch(RequestInfo input)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
static Promise<Response> |
fetch(RequestInfo input,
RequestInit init)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
static Promise<Response> |
fetch(Request input,
RequestInit init)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
static Promise<Response> |
fetch(java.lang.String input)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
static Promise<Response> |
fetch(java.lang.String input,
RequestInit init)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
static void |
focus()
Makes a request to bring the window to the front.
|
static Element |
frameElement()
The Window.frameElement property returns the element (such as iframe or object) in which the window is embedded.
|
static Window |
frames()
Returns the window itself, which is an array-like object, listing the direct sub-frames of the current window.
|
static CSSStyleDeclaration |
getComputedStyle(Element elt)
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
|
static CSSStyleDeclaration |
getComputedStyle(Element elt,
java.lang.String pseudoElt)
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
|
static Selection |
getSelection()
The Window.getSelection() method returns a Selection object representing the range of text selected by the user or the current position of the caret.
|
static boolean |
hasOwnProperty(java.lang.String prop)
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
|
static boolean |
hasOwnProperty(Symbol prop)
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
|
static History |
history()
The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the tab or frame that the current page is loaded in).
|
static IDBFactory |
indexedDB()
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
|
static int |
innerHeight()
The read-only innerHeight property of the Window interface returns the interior height of the window in pixels, including the height of the horizontal scroll bar, if present.
|
static int |
innerWidth()
The read-only Window property innerWidth returns the interior width of the window in pixels.
|
static boolean |
isPrototypeOf(JsObject obj)
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
|
static boolean |
isSecureContext()
The window.isSecureContext read-only property indicates whether a context is capable of using features that require secure contexts.
|
static int |
length()
Returns the number of frames (either frame or iframe elements) in the window.
|
static Storage |
localStorage()
The read-only localStorage property allows you to access a Storage object for the Document's origin; the stored data is saved across browser sessions.
|
static Location |
location()
The Window.location read-only property returns a Location object with information about the current location of the document.
|
static BarProp |
locationbar()
Returns the locationbar object, whose visibility can be checked.
|
static MediaQueryList |
matchMedia(java.lang.String query)
The Window interface's matchMedia() method returns a new MediaQueryList object that can then be used to determine if the document matches the media query string, as well as to monitor the document to detect when it matches (or stops matching) that media query.
|
static BarProp |
menubar()
The Window.menubar property returns the menubar object, whose visibility can be checked.
|
static void |
moveBy(int x,
int y)
The moveBy() method of the Window interface moves the current window by a specified amount.
|
static void |
moveTo(int x,
int y)
The moveTo() method of the Window interface moves the current window to the specified coordinates.
|
static Navigator |
navigator()
The Window.navigator read-only property returns a reference to the Navigator object, which has methods and properties about the application running the script.
|
static Window |
open()
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
static Window |
open(java.lang.String url)
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
static Window |
open(java.lang.String url,
java.lang.String target)
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
static Window |
open(java.lang.String url,
java.lang.String target,
java.lang.String features)
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
static short |
orientation() |
static java.lang.String |
origin()
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
|
static boolean |
originAgentCluster() |
static int |
outerHeight()
The Window.outerHeight read-only property returns the height in pixels of the whole browser window, including any sidebar, window chrome, and window-resizing borders/handles.
|
static int |
outerWidth()
Window.outerWidth read-only property returns the width of the outside of the browser window.
|
static double |
pageXOffset()
The read-only Window property pageXOffset is an alias for scrollX.
|
static double |
pageYOffset()
The read-only Window property pageYOffset is an alias for scrollY; as such, it returns the number of pixels the document is currently scrolled along the vertical axis (that is, up or down) with a value of 0.0, indicating that the top edge of the Document is currently aligned with the top edge of the window's content area.
|
static Window |
parent()
The Window.parent property is a reference to the parent of the current window or subframe.
|
static Performance |
performance()
The Window interface's performance property returns a Performance object, which can be used to gather performance information about the current document.
|
static BarProp |
personalbar()
Returns the personalbar object, whose visibility can be toggled in the window.
|
static void |
postMessage(java.lang.Object message)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
static void |
postMessage(java.lang.Object message,
java.lang.String targetOrigin)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
static void |
postMessage(java.lang.Object message,
java.lang.String targetOrigin,
JsArray<Transferable> transfer)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
static void |
postMessage(java.lang.Object message,
java.lang.String targetOrigin,
Transferable[] transfer)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
static void |
postMessage(java.lang.Object message,
WindowPostMessageOptions options)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
static void |
print()
Opens the Print Dialog to print the current document.
|
static java.lang.String |
prompt()
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
static java.lang.String |
prompt(java.lang.String message)
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
static java.lang.String |
prompt(java.lang.String message,
java.lang.String default_)
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
static boolean |
propertyIsEnumerable(java.lang.String prop)
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
|
static void |
queueMicrotask(VoidFunction callback)
The queueMicrotask() method, which is exposed on the Window or Worker interface, queues a microtask to be executed at a safe time prior to control returning to the browser's event loop.
|
static void |
removeAfterprintListener(EventListener callback) |
static void |
removeAfterprintListener(EventListener callback,
boolean useCapture) |
static void |
removeAfterprintListener(EventListener callback,
EventListenerOptions options) |
static void |
removeAnimationcancelListener(AnimationEventListener callback) |
static void |
removeAnimationcancelListener(AnimationEventListener callback,
boolean useCapture) |
static void |
removeAnimationcancelListener(AnimationEventListener callback,
EventListenerOptions options) |
static void |
removeAnimationendListener(AnimationEventListener callback) |
static void |
removeAnimationendListener(AnimationEventListener callback,
boolean useCapture) |
static void |
removeAnimationendListener(AnimationEventListener callback,
EventListenerOptions options) |
static void |
removeAnimationiterationListener(AnimationEventListener callback) |
static void |
removeAnimationiterationListener(AnimationEventListener callback,
boolean useCapture) |
static void |
removeAnimationiterationListener(AnimationEventListener callback,
EventListenerOptions options) |
static void |
removeAnimationstartListener(AnimationEventListener callback) |
static void |
removeAnimationstartListener(AnimationEventListener callback,
boolean useCapture) |
static void |
removeAnimationstartListener(AnimationEventListener callback,
EventListenerOptions options) |
static void |
removeAppinstalledListener(EventListener callback) |
static void |
removeAppinstalledListener(EventListener callback,
boolean useCapture) |
static void |
removeAppinstalledListener(EventListener callback,
EventListenerOptions options) |
static void |
removeBeforeprintListener(EventListener callback) |
static void |
removeBeforeprintListener(EventListener callback,
boolean useCapture) |
static void |
removeBeforeprintListener(EventListener callback,
EventListenerOptions options) |
static void |
removeBeforeunloadListener(EventListener callback) |
static void |
removeBeforeunloadListener(EventListener callback,
boolean useCapture) |
static void |
removeBeforeunloadListener(EventListener callback,
EventListenerOptions options) |
static void |
removeBlurListener(FocusEventListener callback) |
static void |
removeBlurListener(FocusEventListener callback,
boolean useCapture) |
static void |
removeBlurListener(FocusEventListener callback,
EventListenerOptions options) |
static void |
removeClipboardchangeListener(ClipboardEventListener callback) |
static void |
removeClipboardchangeListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
removeClipboardchangeListener(ClipboardEventListener callback,
EventListenerOptions options) |
static void |
removeCopyListener(ClipboardEventListener callback) |
static void |
removeCopyListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
removeCopyListener(ClipboardEventListener callback,
EventListenerOptions options) |
static void |
removeCutListener(ClipboardEventListener callback) |
static void |
removeCutListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
removeCutListener(ClipboardEventListener callback,
EventListenerOptions options) |
static void |
removeDevicemotionListener(DeviceMotionEventListener callback) |
static void |
removeDevicemotionListener(DeviceMotionEventListener callback,
boolean useCapture) |
static void |
removeDevicemotionListener(DeviceMotionEventListener callback,
EventListenerOptions options) |
static void |
removeDeviceorientationListener(DeviceOrientationEventListener callback) |
static void |
removeDeviceorientationListener(DeviceOrientationEventListener callback,
boolean useCapture) |
static void |
removeDeviceorientationListener(DeviceOrientationEventListener callback,
EventListenerOptions options) |
static void |
removeDOMContentLoadedListener(EventListener callback) |
static void |
removeDOMContentLoadedListener(EventListener callback,
boolean useCapture) |
static void |
removeDOMContentLoadedListener(EventListener callback,
EventListenerOptions options) |
static void |
removeEventListener(java.lang.String type,
EventListener callback)
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
|
static void |
removeEventListener(java.lang.String type,
EventListener callback,
boolean options)
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
|
static void |
removeEventListener(java.lang.String type,
EventListener callback,
EventListenerOptions options)
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
|
static void |
removeFocusListener(FocusEventListener callback) |
static void |
removeFocusListener(FocusEventListener callback,
boolean useCapture) |
static void |
removeFocusListener(FocusEventListener callback,
EventListenerOptions options) |
static void |
removeGamepadconnectedListener(GamepadEventListener callback) |
static void |
removeGamepadconnectedListener(GamepadEventListener callback,
boolean useCapture) |
static void |
removeGamepadconnectedListener(GamepadEventListener callback,
EventListenerOptions options) |
static void |
removeGamepaddisconnectedListener(GamepadEventListener callback) |
static void |
removeGamepaddisconnectedListener(GamepadEventListener callback,
boolean useCapture) |
static void |
removeGamepaddisconnectedListener(GamepadEventListener callback,
EventListenerOptions options) |
static void |
removeHashchangeListener(HashChangeEventListener callback) |
static void |
removeHashchangeListener(HashChangeEventListener callback,
boolean useCapture) |
static void |
removeHashchangeListener(HashChangeEventListener callback,
EventListenerOptions options) |
static void |
removeLanguagechangeListener(EventListener callback) |
static void |
removeLanguagechangeListener(EventListener callback,
boolean useCapture) |
static void |
removeLanguagechangeListener(EventListener callback,
EventListenerOptions options) |
static void |
removeLoadListener(EventListener callback) |
static void |
removeLoadListener(EventListener callback,
boolean useCapture) |
static void |
removeLoadListener(EventListener callback,
EventListenerOptions options) |
static void |
removeMessageerrorListener(MessageEventListener callback) |
static void |
removeMessageerrorListener(MessageEventListener callback,
boolean useCapture) |
static void |
removeMessageerrorListener(MessageEventListener callback,
EventListenerOptions options) |
static void |
removeMessageListener(MessageEventListener callback) |
static void |
removeMessageListener(MessageEventListener callback,
boolean useCapture) |
static void |
removeMessageListener(MessageEventListener callback,
EventListenerOptions options) |
static void |
removeOfflineListener(EventListener callback) |
static void |
removeOfflineListener(EventListener callback,
boolean useCapture) |
static void |
removeOfflineListener(EventListener callback,
EventListenerOptions options) |
static void |
removeOnlineListener(EventListener callback) |
static void |
removeOnlineListener(EventListener callback,
boolean useCapture) |
static void |
removeOnlineListener(EventListener callback,
EventListenerOptions options) |
static void |
removeOrientationchangeListener(EventListener callback) |
static void |
removeOrientationchangeListener(EventListener callback,
boolean useCapture) |
static void |
removeOrientationchangeListener(EventListener callback,
EventListenerOptions options) |
static void |
removePagehideListener(PageTransitionEventListener callback) |
static void |
removePagehideListener(PageTransitionEventListener callback,
boolean useCapture) |
static void |
removePagehideListener(PageTransitionEventListener callback,
EventListenerOptions options) |
static void |
removePageshowListener(PageTransitionEventListener callback) |
static void |
removePageshowListener(PageTransitionEventListener callback,
boolean useCapture) |
static void |
removePageshowListener(PageTransitionEventListener callback,
EventListenerOptions options) |
static void |
removePasteListener(ClipboardEventListener callback) |
static void |
removePasteListener(ClipboardEventListener callback,
boolean useCapture) |
static void |
removePasteListener(ClipboardEventListener callback,
EventListenerOptions options) |
static void |
removeRejectionhandledListener(PromiseRejectionEventListener callback) |
static void |
removeRejectionhandledListener(PromiseRejectionEventListener callback,
boolean useCapture) |
static void |
removeRejectionhandledListener(PromiseRejectionEventListener callback,
EventListenerOptions options) |
static void |
removeResizeListener(UIEventListener callback) |
static void |
removeResizeListener(UIEventListener callback,
boolean useCapture) |
static void |
removeResizeListener(UIEventListener callback,
EventListenerOptions options) |
static void |
removeStorageListener(StorageEventListener callback) |
static void |
removeStorageListener(StorageEventListener callback,
boolean useCapture) |
static void |
removeStorageListener(StorageEventListener callback,
EventListenerOptions options) |
static void |
removeTransitioncancelListener(TransitionEventListener callback) |
static void |
removeTransitioncancelListener(TransitionEventListener callback,
boolean useCapture) |
static void |
removeTransitioncancelListener(TransitionEventListener callback,
EventListenerOptions options) |
static void |
removeTransitionendListener(TransitionEventListener callback) |
static void |
removeTransitionendListener(TransitionEventListener callback,
boolean useCapture) |
static void |
removeTransitionendListener(TransitionEventListener callback,
EventListenerOptions options) |
static void |
removeTransitionrunListener(TransitionEventListener callback) |
static void |
removeTransitionrunListener(TransitionEventListener callback,
boolean useCapture) |
static void |
removeTransitionrunListener(TransitionEventListener callback,
EventListenerOptions options) |
static void |
removeTransitionstartListener(TransitionEventListener callback) |
static void |
removeTransitionstartListener(TransitionEventListener callback,
boolean useCapture) |
static void |
removeTransitionstartListener(TransitionEventListener callback,
EventListenerOptions options) |
static void |
removeUnhandledrejectionListener(PromiseRejectionEventListener callback) |
static void |
removeUnhandledrejectionListener(PromiseRejectionEventListener callback,
boolean useCapture) |
static void |
removeUnhandledrejectionListener(PromiseRejectionEventListener callback,
EventListenerOptions options) |
static void |
removeUnloadListener(EventListener callback) |
static void |
removeUnloadListener(EventListener callback,
boolean useCapture) |
static void |
removeUnloadListener(EventListener callback,
EventListenerOptions options) |
static int |
requestAnimationFrame(FrameRequestCallback callback)
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint.
|
static int |
requestIdleCallback(IdleRequestCallback callback)
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
|
static int |
requestIdleCallback(IdleRequestCallback callback,
IdleRequestOptions options)
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
|
static void |
resizeBy(int x,
int y)
The Window.resizeBy() method resizes the current window by a specified amount.
|
static void |
resizeTo(int width,
int height)
The Window.resizeTo() method dynamically resizes the window.
|
static Screen |
screen()
The Window property screen returns a reference to the screen object associated with the window.
|
static int |
screenLeft()
The Window.screenLeft read-only property returns the horizontal distance, in CSS pixels, from the left border of the user's browser viewport to the left side of the screen.
|
static int |
screenTop()
The Window.screenTop read-only property returns the vertical distance, in CSS pixels, from the top border of the user's browser viewport to the top side of the screen.
|
static int |
screenX()
The Window.screenX read-only property returns the horizontal distance, in CSS pixels, of the left border of the user's browser viewport to the left side of the screen.
|
static int |
screenY()
The Window.screenY read-only property returns the vertical distance, in CSS pixels, of the top border of the user's browser viewport to the top edge of the screen.
|
static void |
scroll()
The Window.scroll() method scrolls the window to a particular place in the document.
|
static void |
scroll(double x,
double y)
The Window.scroll() method scrolls the window to a particular place in the document.
|
static void |
scroll(ScrollToOptions options)
The Window.scroll() method scrolls the window to a particular place in the document.
|
static BarProp |
scrollbars()
The Window.scrollbars property returns the scrollbars object, whose visibility can be checked.
|
static void |
scrollBy()
The Window.scrollBy() method scrolls the document in the window by the given amount.
|
static void |
scrollBy(double x,
double y)
The Window.scrollBy() method scrolls the document in the window by the given amount.
|
static void |
scrollBy(ScrollToOptions options)
The Window.scrollBy() method scrolls the document in the window by the given amount.
|
static void |
scrollTo()
Window.scrollTo() scrolls to a particular set of coordinates in the document.
|
static void |
scrollTo(double x,
double y)
Window.scrollTo() scrolls to a particular set of coordinates in the document.
|
static void |
scrollTo(ScrollToOptions options)
Window.scrollTo() scrolls to a particular set of coordinates in the document.
|
static double |
scrollX()
The read-only scrollX property of the Window interface returns the number of pixels that the document is currently scrolled horizontally.
|
static double |
scrollY()
The read-only scrollY property of the Window interface returns the number of pixels that the document is currently scrolled vertically.
|
static Window |
self()
The Window.self read-only property returns the window itself, as a WindowProxy.
|
static Storage |
sessionStorage()
The read-only sessionStorage property accesses a session Storage object for the current origin.
|
static int |
setInterval(TimerHandler handler)
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
|
static int |
setInterval(TimerHandler handler,
int timeout)
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
|
static int |
setTimeout(TimerHandler handler)
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
|
static int |
setTimeout(TimerHandler handler,
int timeout)
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
|
static SpeechSynthesis |
speechSynthesis()
The speechSynthesis read-only property of the Window object returns a SpeechSynthesis object, which is the entry point into using Web Speech API speech synthesis functionality.
|
static BarProp |
statusbar()
The Window.statusbar property returns the statusbar object, whose visibility can be toggled in the window.
|
static void |
stop()
The window.stop() stops further resource loading in the current browsing context, equivalent to the stop button in the browser.
|
static BarProp |
toolbar()
The Window.toolbar property returns the toolbar object, whose visibility can be toggled in the window.
|
static Window |
top()
Returns a reference to the topmost window in the window hierarchy.
|
static java.lang.String |
toString_()
The toString() method returns a string representing the object.
|
static jsinterop.base.Any |
valueOf_()
The valueOf() method returns the primitive value of the specified object.
|
static VisualViewport |
visualViewport()
The visualViewport read-only property of the Window interface returns a VisualViewport object representing the visual viewport for a given window.
|
static Window |
window()
The window property of a Window object points to the window object itself.
|
@Nonnull public static java.lang.String name
@Nullable public static EventHandler onabort
@Nullable public static EventHandler onafterprint
@Nullable public static AnimationEventHandler onanimationcancel
@Nullable public static AnimationEventHandler onanimationend
@Nullable public static AnimationEventHandler onanimationiteration
@Nullable public static AnimationEventHandler onanimationstart
@Nullable public static EventHandler onauxclick
@Nullable public static EventHandler onbeforeprint
@Nullable public static OnBeforeUnloadEventHandler onbeforeunload
@Nullable public static FocusEventHandler onblur
@Nullable public static EventHandler oncancel
@Nullable public static EventHandler oncanplay
@Nullable public static EventHandler oncanplaythrough
@Nullable public static EventHandler onchange
@Nullable public static EventHandler onclick
@Nullable public static EventHandler onclose
@Nullable public static EventHandler oncompassneedscalibration
@Nullable public static EventHandler oncontextmenu
@Nullable public static EventHandler oncuechange
@Nullable public static EventHandler ondblclick
@Nullable public static DeviceMotionEventHandler ondevicemotion
@Nullable public static DeviceOrientationEventHandler ondeviceorientation
@Nullable public static EventHandler ondeviceorientationabsolute
@Nullable public static EventHandler ondrag
@Nullable public static EventHandler ondragend
@Nullable public static EventHandler ondragenter
@Nullable public static EventHandler ondragleave
@Nullable public static EventHandler ondragover
@Nullable public static EventHandler ondragstart
@Nullable public static EventHandler ondrop
@Nullable public static EventHandler ondurationchange
@Nullable public static EventHandler onemptied
@Nullable public static EventHandler onended
@Nullable public static OnErrorEventHandler onerror
@Nullable public static FocusEventHandler onfocus
@Nullable public static EventHandler onformdata
@Nullable public static GamepadEventHandler ongamepadconnected
@Nullable public static GamepadEventHandler ongamepaddisconnected
@Nullable public static EventHandler ongotpointercapture
@Nullable public static HashChangeEventHandler onhashchange
@Nullable public static EventHandler oninput
@Nullable public static EventHandler oninvalid
@Nullable public static EventHandler onkeydown
@Nullable public static EventHandler onkeypress
@Nullable public static EventHandler onkeyup
@Nullable public static EventHandler onlanguagechange
@Nullable public static EventHandler onload
@Nullable public static EventHandler onloadeddata
@Nullable public static EventHandler onloadedmetadata
@Nullable public static EventHandler onloadstart
@Nullable public static EventHandler onlostpointercapture
@Nullable public static MessageEventHandler onmessage
@Nullable public static MessageEventHandler onmessageerror
@Nullable public static EventHandler onmousedown
@Nullable public static EventHandler onmouseenter
@Nullable public static EventHandler onmouseleave
@Nullable public static EventHandler onmousemove
@Nullable public static EventHandler onmouseout
@Nullable public static EventHandler onmouseover
@Nullable public static EventHandler onmouseup
@Nullable public static EventHandler onoffline
@Nullable public static EventHandler ononline
@Nullable public static EventHandler onorientationchange
@Nullable public static PageTransitionEventHandler onpagehide
@Nullable public static PageTransitionEventHandler onpageshow
@Nullable public static EventHandler onpause
@Nullable public static EventHandler onplay
@Nullable public static EventHandler onplaying
@Nullable public static EventHandler onpointercancel
@Nullable public static EventHandler onpointerdown
@Nullable public static EventHandler onpointerenter
@Nullable public static EventHandler onpointerleave
@Nullable public static EventHandler onpointermove
@Nullable public static EventHandler onpointerout
@Nullable public static EventHandler onpointerover
@Nullable public static EventHandler onpointerup
@Nullable public static EventHandler onpopstate
@Nullable public static EventHandler onprogress
@Nullable public static EventHandler onratechange
@Nullable public static PromiseRejectionEventHandler onrejectionhandled
@Nullable public static EventHandler onreset
@Nullable public static UIEventHandler onresize
@Nullable public static EventHandler onscroll
@Nullable public static EventHandler onsecuritypolicyviolation
@Nullable public static EventHandler onseeked
@Nullable public static EventHandler onseeking
@Nullable public static EventHandler onselect
@Nullable public static EventHandler onselectionchange
@Nullable public static EventHandler onselectstart
@Nullable public static EventHandler onslotchange
@Nullable public static EventHandler onstalled
@Nullable public static StorageEventHandler onstorage
@Nullable public static EventHandler onsubmit
@Nullable public static EventHandler onsuspend
@Nullable public static EventHandler ontimeupdate
@Nullable public static EventHandler ontoggle
@Nullable public static EventHandler ontouchcancel
@Nullable public static EventHandler ontouchend
@Nullable public static EventHandler ontouchmove
@Nullable public static EventHandler ontouchstart
@Nullable public static TransitionEventHandler ontransitioncancel
@Nullable public static TransitionEventHandler ontransitionend
@Nullable public static TransitionEventHandler ontransitionrun
@Nullable public static TransitionEventHandler ontransitionstart
@Nullable public static PromiseRejectionEventHandler onunhandledrejection
@Nullable public static EventHandler onunload
@Nullable public static EventHandler onvolumechange
@Nullable public static EventHandler onwaiting
@Nullable public static EventHandler onwebkitanimationend
@Nullable public static EventHandler onwebkitanimationiteration
@Nullable public static EventHandler onwebkitanimationstart
@Nullable public static EventHandler onwebkittransitionend
@Nullable public static EventHandler onwheel
@Nullable public static jsinterop.base.Any opener
@Nonnull public static java.lang.String status
@JsProperty(name="caches") @Nonnull public static CacheStorage caches()
@JsProperty(name="closed") public static boolean closed()
@JsProperty(name="crossOriginIsolated") public static boolean crossOriginIsolated()
@JsProperty(name="crypto") @Nonnull public static Crypto crypto()
@JsProperty(name="customElements") @Nonnull public static CustomElementRegistry customElements()
@JsProperty(name="devicePixelRatio") public static double devicePixelRatio()
@JsProperty(name="document") @Nonnull public static Document document()
@JsProperty(name="event") @Nonnull public static EventOrUndefinedUnion event()
@JsProperty(name="frameElement") @Nullable public static Element frameElement()
@JsProperty(name="frames") @Nonnull public static Window frames()
@JsProperty(name="history") @Nonnull public static History history()
@JsProperty(name="indexedDB") @Nonnull public static IDBFactory indexedDB()
@JsProperty(name="innerHeight") public static int innerHeight()
@JsProperty(name="innerWidth") public static int innerWidth()
@JsProperty(name="isSecureContext") public static boolean isSecureContext()
@JsProperty(name="length") public static int length()
@JsProperty(name="localStorage") @Nonnull public static Storage localStorage()
@JsProperty(name="location") @Nonnull public static Location location()
@JsProperty(name="locationbar") @Nonnull public static BarProp locationbar()
@JsProperty(name="menubar") @Nonnull public static BarProp menubar()
@JsProperty(name="navigator") @Nonnull public static Navigator navigator()
@JsProperty(name="orientation") public static short orientation()
@JsProperty(name="origin") @Nonnull public static java.lang.String origin()
@JsProperty(name="originAgentCluster") public static boolean originAgentCluster()
@JsProperty(name="outerHeight") public static int outerHeight()
@JsProperty(name="outerWidth") public static int outerWidth()
@JsProperty(name="pageXOffset") public static double pageXOffset()
@JsProperty(name="pageYOffset") public static double pageYOffset()
@JsProperty(name="parent") @Nullable public static Window parent()
@JsProperty(name="performance") @Nonnull public static Performance performance()
@JsProperty(name="personalbar") @Nonnull public static BarProp personalbar()
@JsProperty(name="screen") @Nonnull public static Screen screen()
@JsProperty(name="screenLeft") public static int screenLeft()
@JsProperty(name="screenTop") public static int screenTop()
@JsProperty(name="screenX") public static int screenX()
@JsProperty(name="screenY") public static int screenY()
@JsProperty(name="scrollX") public static double scrollX()
@JsProperty(name="scrollY") public static double scrollY()
@JsProperty(name="scrollbars") @Nonnull public static BarProp scrollbars()
@JsProperty(name="self") @Nonnull public static Window self()
@JsProperty(name="sessionStorage") @Nonnull public static Storage sessionStorage()
@JsProperty(name="speechSynthesis") @Nonnull public static SpeechSynthesis speechSynthesis()
@JsProperty(name="statusbar") @Nonnull public static BarProp statusbar()
@JsProperty(name="toolbar") @Nonnull public static BarProp toolbar()
@JsProperty(name="top") @Nullable public static Window top()
@JsProperty(name="visualViewport") @Nonnull public static VisualViewport visualViewport()
@JsProperty(name="window") @Nonnull public static Window window()
public static void alert()
public static void alert(@Nonnull
java.lang.String message)
public static void blur()
public static void close()
public static boolean confirm(@Nonnull
java.lang.String message)
public static boolean confirm()
public static void focus()
@Nullable public static Window open(@Nonnull java.lang.String url, @Nonnull java.lang.String target, @Nonnull java.lang.String features)
@Nullable public static Window open(@Nonnull java.lang.String url, @Nonnull java.lang.String target)
@Nullable public static Window open(@Nonnull java.lang.String url)
@Nullable public static Window open()
public static void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin,
@Nonnull
JsArray<Transferable> transfer)
public static void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin,
@Nonnull
Transferable[] transfer)
public static void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin)
public static void postMessage(@Nullable
java.lang.Object message,
@Nonnull
WindowPostMessageOptions options)
public static void postMessage(@Nullable
java.lang.Object message)
public static void print()
@Nullable
public static java.lang.String prompt(@Nonnull
java.lang.String message,
@Nonnull
java.lang.String default_)
@Nullable
public static java.lang.String prompt(@Nonnull
java.lang.String message)
@Nullable public static java.lang.String prompt()
public static void stop()
@Nonnull public static CSSStyleDeclaration getComputedStyle(@Nonnull Element elt, @Nonnull java.lang.String pseudoElt)
@Nonnull public static CSSStyleDeclaration getComputedStyle(@Nonnull Element elt)
@Nonnull public static MediaQueryList matchMedia(@Nonnull java.lang.String query)
public static void moveBy(int x,
int y)
public static void moveTo(int x,
int y)
public static void resizeBy(int x,
int y)
public static void resizeTo(int width,
int height)
public static void scroll(@Nonnull
ScrollToOptions options)
public static void scroll()
public static void scroll(double x,
double y)
public static void scrollBy(@Nonnull
ScrollToOptions options)
public static void scrollBy()
public static void scrollBy(double x,
double y)
public static void scrollTo(@Nonnull
ScrollToOptions options)
public static void scrollTo()
public static void scrollTo(double x,
double y)
public static void cancelIdleCallback(int handle)
public static int requestIdleCallback(@Nonnull
IdleRequestCallback callback,
@Nonnull
IdleRequestOptions options)
public static int requestIdleCallback(@Nonnull
IdleRequestCallback callback)
@Nullable public static Selection getSelection()
@Nonnull
public static java.lang.String atob(@Nonnull
java.lang.String data)
@Nonnull
public static java.lang.String btoa(@Nonnull
java.lang.String data)
public static void clearInterval(int handle)
public static void clearInterval()
public static void clearTimeout(int handle)
public static void clearTimeout()
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull CanvasImageSource image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLOrSVGImageElement image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLImageElement image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull SVGImageElement image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLVideoElement image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLCanvasElement image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmap image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull OffscreenCanvas image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull Blob image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageData image, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull CanvasImageSource image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLOrSVGImageElement image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLImageElement image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull SVGImageElement image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLVideoElement image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLCanvasElement image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmap image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull OffscreenCanvas image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull Blob image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageData image)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull CanvasImageSource image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLOrSVGImageElement image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLImageElement image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull SVGImageElement image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLVideoElement image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLCanvasElement image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmap image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull OffscreenCanvas image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull Blob image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageData image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull CanvasImageSource image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLOrSVGImageElement image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLImageElement image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull SVGImageElement image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLVideoElement image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull HTMLCanvasElement image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmap image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull OffscreenCanvas image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull Blob image, int sx, int sy, int sw, int sh)
@Nonnull public static Promise<ImageBitmap> createImageBitmap(@Nonnull ImageData image, int sx, int sy, int sw, int sh)
public static void queueMicrotask(@Nonnull
VoidFunction callback)
@Nonnull public static Promise<Response> fetch(@Nonnull RequestInfo input, @Nonnull RequestInit init)
@Nonnull public static Promise<Response> fetch(@Nonnull Request input, @Nonnull RequestInit init)
@Nonnull public static Promise<Response> fetch(@Nonnull java.lang.String input, @Nonnull RequestInit init)
@Nonnull public static Promise<Response> fetch(@Nonnull RequestInfo input)
@Nonnull public static Promise<Response> fetch(@Nonnull Request input)
@Nonnull public static Promise<Response> fetch(@Nonnull java.lang.String input)
public static int setInterval(@Nonnull
TimerHandler handler,
int timeout)
public static int setInterval(@Nonnull
TimerHandler handler)
public static int setTimeout(@Nonnull
TimerHandler handler,
int timeout)
public static int setTimeout(@Nonnull
TimerHandler handler)
public static void cancelAnimationFrame(int handle)
public static int requestAnimationFrame(@Nonnull
FrameRequestCallback callback)
@JsOverlay
public static void addHashchangeListener(@Nonnull
HashChangeEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addHashchangeListener(@Nonnull
HashChangeEventListener callback,
boolean useCapture)
@JsOverlay
public static void addHashchangeListener(@Nonnull
HashChangeEventListener callback)
@JsOverlay
public static void removeHashchangeListener(@Nonnull
HashChangeEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeHashchangeListener(@Nonnull
HashChangeEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeHashchangeListener(@Nonnull
HashChangeEventListener callback)
@JsOverlay
public static void addMessageListener(@Nonnull
MessageEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addMessageListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public static void addMessageListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public static void removeMessageListener(@Nonnull
MessageEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeMessageListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeMessageListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public static void addMessageerrorListener(@Nonnull
MessageEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addMessageerrorListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public static void addMessageerrorListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public static void removeMessageerrorListener(@Nonnull
MessageEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeMessageerrorListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeMessageerrorListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public static void addPagehideListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addPagehideListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addPagehideListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public static void removePagehideListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removePagehideListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removePagehideListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public static void addPageshowListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addPageshowListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addPageshowListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public static void removePageshowListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removePageshowListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removePageshowListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public static void addRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public static void removeRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public static void addStorageListener(@Nonnull
StorageEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addStorageListener(@Nonnull
StorageEventListener callback,
boolean useCapture)
@JsOverlay
public static void addStorageListener(@Nonnull
StorageEventListener callback)
@JsOverlay
public static void removeStorageListener(@Nonnull
StorageEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeStorageListener(@Nonnull
StorageEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeStorageListener(@Nonnull
StorageEventListener callback)
@JsOverlay
public static void addUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public static void removeUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public static void addDOMContentLoadedListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addDOMContentLoadedListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addDOMContentLoadedListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeDOMContentLoadedListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeDOMContentLoadedListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeDOMContentLoadedListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addAfterprintListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addAfterprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addAfterprintListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeAfterprintListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeAfterprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeAfterprintListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addAnimationcancelListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addAnimationcancelListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void addAnimationcancelListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void addAnimationendListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addAnimationendListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void addAnimationendListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void removeAnimationendListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeAnimationendListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeAnimationendListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void addAnimationiterationListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addAnimationiterationListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void addAnimationiterationListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void addAnimationstartListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addAnimationstartListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void addAnimationstartListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void removeAnimationstartListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeAnimationstartListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeAnimationstartListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public static void addAppinstalledListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addAppinstalledListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addAppinstalledListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeAppinstalledListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeAppinstalledListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeAppinstalledListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addBeforeprintListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addBeforeprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addBeforeprintListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeBeforeprintListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeBeforeprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeBeforeprintListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addBeforeunloadListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addBeforeunloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addBeforeunloadListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeBeforeunloadListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeBeforeunloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeBeforeunloadListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addBlurListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addBlurListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public static void addBlurListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public static void removeBlurListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeBlurListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeBlurListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public static void addClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void addClipboardchangeListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void removeClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeClipboardchangeListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void addCopyListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addCopyListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void addCopyListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void removeCopyListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeCopyListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeCopyListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void addCutListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addCutListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void addCutListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void removeCutListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeCutListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeCutListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void addDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addDevicemotionListener(@Nonnull
DeviceMotionEventListener callback)
@JsOverlay
public static void removeDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeDevicemotionListener(@Nonnull
DeviceMotionEventListener callback)
@JsOverlay
public static void addDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
boolean useCapture)
@JsOverlay
public static void addDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback)
@JsOverlay
public static void removeDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback)
@JsOverlay
public static void addFocusListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addFocusListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public static void addFocusListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public static void removeFocusListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeFocusListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeFocusListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public static void addGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public static void addGamepadconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public static void removeGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeGamepadconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public static void addGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public static void addGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public static void removeGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public static void addLanguagechangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addLanguagechangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addLanguagechangeListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeLanguagechangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeLanguagechangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeLanguagechangeListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addLoadListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addLoadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addLoadListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeLoadListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeLoadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeLoadListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addOfflineListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addOfflineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addOfflineListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeOfflineListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeOfflineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeOfflineListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addOnlineListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addOnlineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addOnlineListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeOnlineListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeOnlineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeOnlineListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addOrientationchangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addOrientationchangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addOrientationchangeListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeOrientationchangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeOrientationchangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeOrientationchangeListener(@Nonnull
EventListener callback)
@JsOverlay
public static void addPasteListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addPasteListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void addPasteListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void removePasteListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removePasteListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public static void removePasteListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public static void addResizeListener(@Nonnull
UIEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addResizeListener(@Nonnull
UIEventListener callback,
boolean useCapture)
@JsOverlay
public static void addResizeListener(@Nonnull
UIEventListener callback)
@JsOverlay
public static void removeResizeListener(@Nonnull
UIEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeResizeListener(@Nonnull
UIEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeResizeListener(@Nonnull
UIEventListener callback)
@JsOverlay
public static void addTransitioncancelListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addTransitioncancelListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addTransitioncancelListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void addTransitionendListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addTransitionendListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addTransitionendListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void removeTransitionendListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeTransitionendListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeTransitionendListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void addTransitionrunListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addTransitionrunListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addTransitionrunListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void removeTransitionrunListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeTransitionrunListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeTransitionrunListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void addTransitionstartListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addTransitionstartListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void addTransitionstartListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void removeTransitionstartListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeTransitionstartListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public static void removeTransitionstartListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public static void addUnloadListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public static void addUnloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void addUnloadListener(@Nonnull
EventListener callback)
@JsOverlay
public static void removeUnloadListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public static void removeUnloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public static void removeUnloadListener(@Nonnull
EventListener callback)
public static void addEventListener(@Nonnull
java.lang.String type,
@Nullable
EventListener callback,
@Nonnull
AddEventListenerOptions options)
public static void addEventListener(@Nonnull
java.lang.String type,
@Nullable
EventListener callback,
boolean options)
public static void addEventListener(@Nonnull
java.lang.String type,
@Nullable
EventListener callback)
public static boolean dispatchEvent(@Nonnull
Event event)
public static void removeEventListener(@Nonnull
java.lang.String type,
@Nullable
EventListener callback,
@Nonnull
EventListenerOptions options)
public static void removeEventListener(@Nonnull
java.lang.String type,
@Nullable
EventListener callback,
boolean options)
public static void removeEventListener(@Nonnull
java.lang.String type,
@Nullable
EventListener callback)
public static boolean hasOwnProperty(@Nonnull
Symbol prop)
public static boolean hasOwnProperty(@Nonnull
java.lang.String prop)
public static boolean propertyIsEnumerable(@Nonnull
java.lang.String prop)
public static boolean isPrototypeOf(@Nonnull
JsObject obj)
@JsMethod(name="valueOf") @Nullable public static jsinterop.base.Any valueOf_()
@JsMethod(name="toString") @Nonnull public static java.lang.String toString_()