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 2015年7月.
Window.outerWidth
は読み取り専用のプロパティで、ブラウザーウィンドウの外側の幅を返します。これはサイドバー (展開されている場合)、ウィンドウの操作部分、ウィンドウをリサイズする境界やハンドルを含む、ブラウザーウィンドウ全体の幅を表します。
メモ
ウィンドウの大きさを変更するには、 window.resizeBy()
および window.resizeTo()
を参照してください。
ウィンドウの内側の幅、つまりページが表示される幅を取得するには、 window.innerWidth
を参照してください。
仕様書
Specification |
---|
CSSOM View Module> # dom-window-outerwidth> |
ブラウザーの対応
Loading…