Back to Content

HTMLObjectElement: contentWindow property

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

latest399 B
Original Source

{{APIRef("HTML DOM")}}

The contentWindow read-only property of the {{domxref("HTMLObjectElement")}} interface returns a {{glossary("WindowProxy")}} representing the window proxy of the object element's nested browsing context, if any; otherwise null.

Value

A {{domxref('Window')}}, or null if there are none.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}