Re: [dom] Upgrade addedNodes and removedNodes to FrozenArray? (#54)

For some CSS and TextTrack *List interfaces I added use counters for the `item()` method and some of them have had negligible usage, but this is `NodeList`, used all over the place, and some of them are even live...

Because of the live stuff, the chances of replacing `NodeList` with arrays entirely seem pretty slim, but it could certainly work in specific contexts. Almost all of them are return values from functions though, only these two and `Node.childNodes` are as attributes, if that makes any kind of difference.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/54#issuecomment-121412551

Received on Tuesday, 14 July 2015 22:31:20 UTC