Back to Content

HTMLObjectElement: contentDocument property

files/en-us/web/api/htmlobjectelement/contentdocument/index.md

latest373 B
Original Source

{{APIRef("HTML DOM")}}

The contentDocument read-only property of the {{domxref("HTMLObjectElement")}} interface Returns a {{domxref("Document")}} representing the active document of the object element's nested browsing context, if any; otherwise null.

Value

A {{domxref('Document')}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}