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
Have you considered to use document.createTreeWalker or document.createNodeIterator for DOM traversal?
I like the API but it is hardly ever used and I just wonder why.
The text was updated successfully, but these errors were encountered:
Oh, I didn't know about those! Sounds like they might save us a bunch of
code if they work well. Think the trickiest part would be to make sure
iteration keeps working when reordering nodes. Would be cool to see a patch
experimenting with these methods :D
On Wed, May 31, 2017, 10:18 Stefan Keim ***@***.***> wrote:
Have you considered to use document.createTreeWalker or
document.createNodeIterator for DOM traversal?
I like the API but it is hardly ever used and I just wonder why.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#68>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlegHa186lL9M2zemcj1P7GReBZnjdks5r_SJngaJpZM4NrTqj>
.
Have you considered to use
document.createTreeWalker
ordocument.createNodeIterator
for DOM traversal?I like the API but it is hardly ever used and I just wonder why.
The text was updated successfully, but these errors were encountered: