You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: