Node
DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.
Constructors
Properties
Attributes of the Element
node in the form of flat array [name1, value1, name2, value2]
.
The BackendNodeId for this node.
Child count for Container
nodes.
Content document for frame owner elements.
Distributed nodes for given insertion point.
Document URL that Document
or FrameOwner
node points to.
Deprecated, as the HTML Imports API has been removed (crbug.com/937746). This property used to return the imported document for the HTMLImport links. The property is always undefined now.
DocumentType
's internalSubset.
Pseudo elements associated with this node.
Pseudo element identifier for this node. Only present if there is a valid pseudoType.
Pseudo element type for this node.
Shadow root list for given element host.
Shadow root type.
Content document fragment for template elements.
Document
's XML version in case of XML documents.