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

On Thu, Apr 12, 2012 at 1:34 PM, Ian Hickson <ian@hixie.ch> wrote:

> 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.
>

The API level is the only thing we're discussing.  I see what's happening,
though.

-- 
Glenn Maynard

Received on Thursday, 12 April 2012 18:55:33 UTC