Firefox Tomorrow

web api instance property

Window: outerWidth property

View on MDN ↗

Window.outerWidth read-only property returns the width of the outside of the browser window. It represents the width of the whole browser window including sidebar (if expanded), window chrome and window resizing borders/handles.

Notes

To change the size of a window, see resizeBy() and resizeTo().

To get the inner width of a window, i.e., the width of the page being displayed, see innerWidth.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also