Window

The Window interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window.

MDN Reference

Properties

Link copied to clipboard

The Window.closed read-only property indicates whether the referenced window is closed or not.

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