Module node

Source
Expand description

This actor represents one DOM node. It is created by the Walker actor when it is traversing the document tree.

Structsยง

AttrMsg ๐Ÿ”’
GetUniqueSelectorReply ๐Ÿ”’
NodeActor
NodeActorMsg

Constantsยง

MAX_INLINE_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 on script, where it is defined originally. See script::dom::bindings::codegen::Bindings::NodeBinding::NodeConstants.

Traitsยง

NodeInfoToProtocol