ownerDocument property
The read-only ownerDocument property of the Node interface
returns the top-level document object of the node.
Implementation
external Document? get ownerDocument;
The read-only ownerDocument property of the Node interface
returns the top-level document object of the node.
external Document? get ownerDocument;