b-fuze / deno-dom

Browser DOM & HTML parser in Deno
https://jsr.io/@b-fuze/deno-dom
MIT License
425 stars 47 forks source link

`Document.createTreeWalker()` support? #82

Closed aiotter closed 2 years ago

aiotter commented 2 years ago

Do you have any plan to implement Document.createTreeWalker() method? I wanted to delete all the text node with a specific content (\n) from the document, and I noticed it was not implemented yet.

Hunam6 commented 2 years ago

see https://github.com/b-fuze/deno-dom/issues/35

aiotter commented 2 years ago

Woops sorry for that. I should have checked for duplicate issues more carefully. Thanks!