Window.outerWidth

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Window.outerWidth は読み取り専用のプロパティで、ブラウザーウィンドウの外側の幅を返します。これはサイドバー (展開されている場合)、ウィンドウの操作部分、ウィンドウをリサイズする境界やハンドルを含む、ブラウザーウィンドウ全体の幅を表します。

メモ

ウィンドウの大きさを変更するには、 window.resizeBy() および window.resizeTo() を参照してください。

ウィンドウの内側の幅、つまりページが表示される幅を取得するには、 window.innerWidth を参照してください。

仕様書

Specification
CSSOM View Module
# dom-window-outerwidth

ブラウザーの対応

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
outerWidth

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

関連情報