What is the JavaScript NodeIterator API?

added by JavaScript Kicks
2/21/2020 8:18:25 AM

340 Views

Traversing DOM Tree nodes There are two JavaScript API's that traverse the DOM. They are NodeIterator and TreeWalker. Both can return a list of nodes that are under a given root node. They are quite similar but with a few differences.


0 comments