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

On 4/11/12 5:54 PM, Kenneth Russell wrote:
>> I haven't looked at WebSocket in enough detail to comment intelligently on
>> it.
>
> I haven't really either, but if there were some peer-to-peer support,
> then the receiving peer should still get an ArrayBuffer even if the
> sender sent an ArrayBufferView.

That would make sense to me, yes.  The receiver is just getting a byte 
array with no structure imposed on it, no matter where those bytes came 
from.

-Boris

Received on Thursday, 12 April 2012 01:17:09 UTC