- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 18 Sep 2015 13:20:11 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 18 September 2015 20:20:56 UTC
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