Window
open class Window : EventTarget, GlobalScope, GlobalEventHandlers, WindowEventHandlers, MessageEventSource, JsCloseable(source)
The Window interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window.