The document this node belongs to.
Returns null if this node does not belong to any document.
Other resources
- Node.ownerDocument from MDN.
Source
@DomName('Node.ownerDocument')
@DocsEditable()
Document get ownerDocument =>
_blink.BlinkNode.instance.ownerDocument_Getter_(this);