-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement the TreeWalker API #35
Comments
Yeah, it's on the list of things to implement when I get some time. |
@b-fuze , I presume you also didn't do https://developer.mozilla.org/en-US/docs/Web/API/NodeIterator ? TreeWalker is the faster way to walk the DOM, NodeIterator only slightly slower Traversing is SLOW |
@Danny-Engelman no, I didn't do either of them. But TreeWalker is on the plan to to do list. |
This issue is blocking my integration of |
Ref: https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker
The text was updated successfully, but these errors were encountered: