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

Reply via email to