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

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

           Summary: Keep on having send(ArrayBuffer data) interface in
                    addition to send(ArrayBufferView data)
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebSocket API (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: toyoshim@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org


negative reason is just for compatibility.
But, sometimes JavaScript has an ArrayBuffer object without any
ArrayBufferView.
E.g., obviously JavaScript has only ArrayBuffer object which are received via
WebSocket API.
I think the old interface send(ArrayBuffer data) is worth to be held.

-- 
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 05:59:39 UTC