web api instance property
Window: document property
window.document returns a reference to the document contained in the window.
Value
A document object.
Examples
console.log(window.document.title);
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.