Firefox Tomorrow

web api instance property

Window: document property

View on MDN ↗

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.