contentDocument property

Document? contentDocument

Retrieves the document object of the page or frame.

MDN Reference

Implementation

_i3.Document? get contentDocument => _i4.getProperty(
      this,
      'contentDocument',
    );