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§
- The maximum length of a text node for it to appear as an inline child in the inspector.
- Text node type constant. This is defined again to avoid depending on
script
, where it is defined originally. Seescript::dom::bindings::codegen::Bindings::NodeBinding::NodeConstants
.