
Gets the width of the content area of the browser window including, if rendered, the vertical scrollbar. Gets the height of the content area of the browser window including, if rendered, the horizontal scrollbar.


Provides a mechanism for applications to asynchronously access capabilities of indexed databases returns an IDBFactory object. Returns a reference to the history object.
CRYPTO TAB BROWSER FOR PC FULL
This property indicates whether the window is displayed in full screen or not. Returns an array of the subframes in the current window. Returns the element in which the window is embedded, or null if the window is not embedded. Returns a reference to the document that the window contains. Returns the ratio between physical pixels and device independent pixels in the current display. Returns a reference to the CustomElementRegistry object, which can be used to register new custom elements and get information about previously registered custom elements. See IFrame credentialless for more details. Returns a boolean that indicates whether the current document was loaded inside a credentialless. Window.credentialless Read only Experimental Non-standard

Returns a reference to the console object which provides access to the browser's debugging console. This property indicates whether the current window is closed or not. Window.clientInformation Read onlyĪn alias for Window.navigator.
CRYPTO TAB BROWSER FOR PC OFFLINE
This object enables functionality such as storing assets for offline use, and generating custom responses to requests. Returns the CacheStorage object associated with the current context. Note that properties which are objects (e.g., for overriding the prototype of built-in elements) are listed in a separate section below. This interface inherits properties from the EventTarget interface. Generally, anything that can't reasonably pertain to a tab pertains to the window instead. That said, even in a tabbed browser, some properties and methods still apply to the overall window that contains the tab, such as resizeTo() and innerHeight.
CRYPTO TAB BROWSER FOR PC CODE
In a tabbed browser, each tab is represented by its own Window object the global window seen by JavaScript code running within a given tab always represents the tab in which the code is running. Many of these are documented in the JavaScript Reference and the DOM Reference. However, the Window interface is a suitable place to include these items that need to be globally available. The Window interface is home to a variety of functions, namespaces, objects, and constructors which are not necessarily directly associated with the concept of a user interface window. The Window interface represents a window containing a DOM document the document property points to the DOM document loaded in that window.Ī window for a given document can be obtained using the faultView property.Ī global variable, window, representing the window in which the script is running, is exposed to JavaScript code.

webkitConvertPointFromPageToNode() Non-standard Deprecated.webkitConvertPointFromNodeToPage() Non-standard Deprecated.showModalDialog() Non-standard Deprecated.requestFileSystem() Non-standard Deprecated.credentialless Experimental Non-standard.
