- From: Cameron McCormack <cam@mcc.id.au>
- Date: Mon, 31 Oct 2011 15:18:04 -0700
- To: Charles Pritchard <chuck@jumis.com>
- CC: public-webapps@w3.org
On 31/10/11 2:18 PM, Charles Pritchard wrote: > I don't understand what "real array" means, other than the prototype > equivalence. There's also the [[DefineOwnProperty]] behaviour which is different from normal objects. That kind of behaviour doesn't *need* to be handled by making NodeLists "real arrays", it can be done by making them proxies. Some people might prefer not to do require that though, if it is indeed possible to make them real arrays.
Received on Monday, 31 October 2011 22:18:44 UTC