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

On Wed, 11 Apr 2012, Glenn Maynard wrote:
> 
> That's not really what happens, though.  WebSocket gives you an ArrayBuffer
> if the source is an ArrayBuffer, and a Blob if the source was a Blob

No, at the protocol level they are indistinguishable, and at the API 
level the receiver decides which to use.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 12 April 2012 18:35:12 UTC