- From: <bugzilla@jessica.w3.org>
- Date: Thu, 31 May 2012 05:59:35 +0000
- To: public-webapps@w3.org
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 on the CC list for the bug.
Received on Thursday, 31 May 2012 05:59:38 UTC