Re: QSA, the problem with ":scope", and naming

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