- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Wed, 11 Feb 2015 16:08:31 -0500
- To: Philippe Le Hegaret <plh@w3.org>, Ilya Grigorik <igrigorik@google.com>
- CC: public-web-perf <public-web-perf@w3.org>, Nat Duca <nduca@google.com>, Eli Perelman <eperelman@mozilla.com>
On 2/11/15 4:03 PM, Philippe Le Hegaret wrote:
> I'm concerned about the change of type for PerformanceEntryList:
> [[
> interface PerformanceEntryList {
> getter PerformanceEntry item(unsigned long index);
> readonly attribute unsigned long length;
> PerformanceEntryList getEntriesByName(name);
> }
> ]]
>
> It basically removes all of the Array methods on the type (since it is
> currently a sequence), such as forEach or map.
We really want an array subclass here...
-Boris
Received on Wednesday, 11 February 2015 21:09:08 UTC