Re: [whatwg/dom] Make NodeIterator Iterable (#704)

It would be awesome if TreeWalker was Iterable because you'd be able to convert to an array like this:
let arrayOfNodes = [... treeWalker];

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/704#issuecomment-443335027

Received on Friday, 30 November 2018 20:49:45 UTC