Re: WebIDL should define "native Array"

Boris Zbarsky wrote:
> WebIDL uses the term "native Array" in a few places, but doesn't define
> it in ES terms. Presumably this should be defined as an object for which
> Array.isArray tests true? What about proxies around arrays?

All but one use of this term have disappeared, now that we have allowed 
most objects to be converted to IDL sequences.  The remaining use, in 
the first sentence of #es-array, is not normative, so I'm going to leave 
it as is.

Received on Monday, 17 June 2013 06:56:11 UTC