ブラウザーにおいて、document.defaultView
はドキュメントに関連付けられている window
オブジェクトを返します。もし存在しない場合は null
を返します。
例
var win = document.defaultView;
このプロパティは読み取り専用です。
仕様
仕様 | 状態 | コメント |
---|---|---|
WHATWG HTML Living Standard Document.defaultView の定義 |
現行の標準 | 変更なし |
HTML5 Document.defaultView の定義 |
勧告 | 初期の定義 |
ブラウザー互換性
機能 | Firefox (Gecko) | Chrome | Internet Explorer | Edge | Opera | Safari |
---|---|---|---|---|---|---|
基本サポート | (有) | (有) | 9.0 | 0.10 | (有) | (有) |
機能 | Firefox Mobile (Gecko) | Android | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本サポート | ? | ? | ? | ? | ? |