--- title: Window.document slug: Web/API/Window/document tags: - API - HTML DOM - Propriété - Reference - Window translation_of: Web/API/Window/document ---
window.document
renvoie une référence au document contenu dans la fenêtre.
console.log(window.document.title);
Spécifications | Statut | Commentaires |
---|---|---|
{{SpecName('HTML WHATWG', '#dom-document-2', 'Window.document')}} | {{Spec2('HTML WHATWG')}} | |
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-0', 'Window.document')}} | {{Spec2('HTML5 W3C')}} |
{{Compat("api.Window.document")}}