ownerDocument property
The document this node belongs to.
Returns null if this node does not belong to any document.
Other resources
- Node.ownerDocument from MDN.
Implementation
Document? get ownerDocument native;
The document this node belongs to.
Returns null if this node does not belong to any document.
Document? get ownerDocument native;