Re: Can typed arrays be platform array objects for numeric types?

On 4/2/12 7:40 PM, Cameron McCormack wrote:
> But wouldn't it be nice if we didn't need to have these two separate
> concepts.

Yes, indeed.

Especially because typed arrays as currently specced have rather 
different behavior from JS arrays (e.g. the length getter lives on the 
prototype for typed arrays) and I'm not sure anyone actually implements 
them as specced, or plans to....

-Boris

Received on Tuesday, 3 April 2012 00:11:20 UTC