RE: [WebIDL] Remove ArrayClass?

From: Tab Atkins Jr. [mailto:jackalmage@gmail.com] 

> As far as I know, the plan is still to do [ArrayClass] for the results of el.queryAll()

The plan is to actually return a full array subclass.

There have been some thoughts of making it return a plain old Array while we wait for browsers to implement subclassable built-ins. That would remove the ability to do jQuery-style `document.body.queryAll(...).query(...)` but still give many of the benefits.

Received on Saturday, 19 July 2014 22:47:50 UTC