Re: [webcomponents] Replace getDistributedNodes with getAssignedNodes (#322)

How does FrozenArray work given the list of assigned nodes change over time?  An array is either frozen or not frozen.  We shouldn't be modifying a frozen array magically under the hood.  If we're creating a new array on that attribute, then it's always O(n) regardless of whether it's a method or an attribute since we have to create a new array on each access.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/322#issuecomment-141556110

Received on Friday, 18 September 2015 20:20:56 UTC