Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Document.defaultView

Summary

브라우저에서, document.defaultView 는 a document와 연결된 window object 를 반환합니다. 사용 가능하지 않을 경우, null을 반환합니다.

Syntax

var win = document.defaultView;

이 속성은 읽기 전용입니다.

Notes

quirksmode에 따르면, defaultView 는 IE 브라우저 9 버전 이하에서 지원되지 않습니다.

Specification

문서 태그 및 공헌자

 이 페이지의 공헌자: dragmove
 최종 변경: dragmove,