Re: Should send() be able to take an ArrayBufferView?

On Wed, 11 Apr 2012 22:06:07 +0200, Glenn Maynard <glenn@zewt.org> wrote:
> I might argue that we shouldn't have ArrayBuffer entry points at all;  
> just ArrayBufferView.  It's trivial to create a view on the whole of an
> ArrayBuffer, and this is leading towards us having two separate entry
> points for every single API that accepts typed arrays.

I went with this design.

http://dvcs.w3.org/hg/xhr/rev/f0c81ac5c134


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Thursday, 12 April 2012 07:05:00 UTC