Closed aiotter closed 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.
Document.createTreeWalker()
\n
see https://github.com/b-fuze/deno-dom/issues/35
Woops sorry for that. I should have checked for duplicate issues more carefully. Thanks!
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.