Function script::dom::node::from_untrusted_node_address
source ยท pub unsafe fn from_untrusted_node_address(
candidate: UntrustedNodeAddress,
) -> Root<Dom<Node>>
Expand description
If the given untrusted node address represents a valid DOM node in the given runtime, returns it.