Re: [whatwg/dom] Interface NodeFilter - return values need a new option. (#1005)

> Why is this using a single TreeWalker and jumping currentNode, instead of making a new TreeWaker for each cell?

Because I'm an old fashioned C programmer. I don't like to spin up new objects, and then garbage them over and over again.

-- 
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/1005#issuecomment-895223524

Received on Monday, 9 August 2021 13:29:29 UTC