Package-level declarations
Types
Link copied to clipboard
The BeforeUnloadEvent
interface represents the event object for the Window/beforeunload_event event, which is fired when the current window, contained document, and associated resources are about to be unloaded.
Link copied to clipboard
class Window : EventTarget, GlobalScope, GlobalEventHandlers, WindowEventHandlers, MessageEventSource
The Window
interface represents a window containing a DOM document; the document
property points to the DOM document loaded in that window.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard