Re: [whatwg/dom] May return the same HTMLCollection object (#706)

"must" would prevent the browser from ever collecting them, which also increases costs, right?  This  is why browsers have the behavior they have now:  They avoid creating new collections if they can avoid it, but still get rid of old ones so their listeners don't keep slowing down DOM operations.

-- 
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/706#issuecomment-431360478

Received on Friday, 19 October 2018 13:20:21 UTC