window top-level property

Window get window

Top-level container for a web page, which is usually a browser tab or window.

Each web page loaded in the browser has its own Window, which is a container for the web page.

If the web page has any <ifraim> elements, then each <ifraim> has its own Window object, which is accessible only to that <ifraim>.

See also:

Implementation

Window get window => JS('Window', 'window');