Module devtools::actors::inspector::walker

source ยท
Expand description

The walker actor is responsible for traversing the DOM tree in various ways to create new nodes

Structsยง

Functionsยง

  • Recursively searches for a child with the specified selector If it is found, returns a list with the child and all of its ancestors. TODO: Investigate how to cache this to some extent.