Re: Notification for new navigation timing entries

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