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

Yes; .buffer has stable semantics across many apis.

It does feel awkward when first using it, but the design makes sense after some experience.


On Apr 11, 2012, at 10:04 AM, Boris Zbarsky <bzbarsky@MIT.EDU> wrote:

> Seems like right now passing a typed array to send() requires a bit of extra hoop-jumping to pass the .buffer instead, right?  Is that desirable?
> 
> -Boris
> 

Received on Wednesday, 11 April 2012 18:54:23 UTC