contentWindow property
Window?
get
contentWindow
The contentWindow
property returns the
Window object
of an
HTMLIFrameElement.
This attribute is read-only.
Implementation
external Window? get contentWindow;