Window
open class Window : EventTarget, GlobalScope, GlobalEventHandlers, WindowEventHandlers, MessageEventSource, OriginSource, JsCloseable(source)
The Window interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window.
Properties
Link copied to clipboard
The cookieStore read-only property of the Window interface returns a reference to the CookieStore object for the current document context. This is an entry point for the Cookie Store API.
Link copied to clipboard
The documentPictureInPicture read-only property of the Window interface returns a reference to the DocumentPictureInPicture object for the current document context. Available only in secure contexts.
Link copied to clipboard
The Window.frameElement property returns the element (such as