Overview
See MDN Window InterfaceThe following code renders all of the first-level Window properties (global variables and functions).
Basic Properties
applicationCache
See Using the application cache
devicePixelRatio
The ratio between the physical pixels and the device independent pixels.
document
The document contained by the window. See Document and Document Lab
frameElement
The element in which the window is embedded, or null if not embedded.
frames
The array of subframes in the current window.
history
See History Lab
innerWidth/Height
The width and height of the content area (including scrollbars).
length
The number of frames in the window (see also window.frames).
location
Get and set the URL of the document resource that's currently loaded. Also see the Location Lab.
locationbar
Returns true if the location bar is visible.
localStorage
See DOM Storage guide.
name
Gets/sets the name of the window
navigator
See Navigator Lab
opener
Returns a reference to the window that opened this window.
parent
Returns a reference to the parent of this window.
screen
See Screen Lab
screenX/Y
The distance between the browser and the edge of the screen.
scrollbars
scrollMaxXY
scrollXY
sessionStorage
status/statusbar
Basic Methods
confirm()
dispatchEvent()
See Creating and triggering events