Expand description
This actor represents one DOM node. It is created by the Walker actor when it is traversing the document tree.
Structsยง
- AttrMsg ๐
Constantsยง
- MAX_
INLIN ๐E_ LENGTH The maximum length of a text node for it to appear as an inline child in the inspector. - TEXT_
NODE ๐Text node type constant. This is defined again to avoid depending onscript
, where it is defined originally. Seescript::dom::bindings::codegen::Bindings::NodeBinding::NodeConstants
.