Expand description
The walker actor is responsible for traversing the DOM tree in various ways to create new nodes
Structsยง
- Children
Reply ๐ - Document
Element ๐Reply - GetMutations
Reply ๐ - GetOffset
Parent ๐Reply - Mutation
Msg ๐ - NewMutations
Reply ๐ - Query
Selector ๐Reply - Watch
Root ๐Node Reply
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.