--- title: Document.defaultView slug: Web/API/Document/defaultView tags: - API - Document - HTML DOM - Property - Reference translation_of: Web/API/Document/defaultView ---
{{ApiRef}}

브라우저의 document.defaultView는 {{glossary("browsing context", "문서")}}와 연결된 {{domxref("Window", "window")}} 객체를 반환합니다. 가능하지 않은 경우 {{jsxref("null")}}을 대신 반환합니다.

명세

Specification Status Comment
{{SpecName('HTML WHATWG', '#dom-document-defaultview', 'Document.defaultView')}} {{Spec2('HTML WHATWG')}} No change
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-defaultview', 'Document.defaultView')}} {{Spec2('HTML5 W3C')}} Initial definition

브라우저 호환성

{{Compat("api.Document.defaultView")}}