--- title: Window.outerWidth slug: Web/API/Window/outerWidth tags: - API - CSSOM View - NeedsContent - Property - Reference - outerWidth translation_of: Web/API/Window/outerWidth ---
{{APIRef}}

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

メモ

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

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

仕様書

仕様書 状態 備考
{{ SpecName('CSSOM View', '#dom-window-outerwidth', 'Window.outerWidth') }} {{ Spec2('CSSOM View') }} 初回定義

ブラウザーの対応

{{Compat("api.Window.outerWidth")}}

関連情報