[Bug 17263] Keep on having send(ArrayBuffer data) interface in addition to send(ArrayBufferView data)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17263

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-05-31 17:34:02 UTC ---
I don't understand how sending an ArrayBuffer rather than an ArrayBufferView
exposes endianness. Can you elaborate? The way I specced it, they should be
exactly identical, since all the spec does is send the ArrayBuffer that the
ArrayBufferView references (suitably cropped)...

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 17:34:24 UTC