[Webkit-unassigned] [Bug 85961] XHR/WebSocket: send(ArrayBuffer) -> send(ArrayBufferView)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 06:41:32 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=85961


Takeshi Yoshino <tyoshino at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
                 CC|                            |tyoshino at google.com




--- Comment #2 from Takeshi Yoshino <tyoshino at google.com>  2013-04-08 06:39:46 PST ---
WebSocket spec:
As Hixie said, we added ArrayBufferView but also kept ArrayBuffer basically for compatibility.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17263
http://dev.w3.org/html5/websockets/

WebSocket WebCore implementation:
It conforms to the latest spec, i.e. both ArrayBuffer and ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=90877
http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/websockets/WebSocket.idl?rev=124846

XHR:
Seems there's no active discussion after dropping ArrayBuffer and adding ArrayBufferView.

As it's a matter of spec discussion, it's ok to close this bug for now, I think.

http://lists.w3.org/Archives/Public/public-webapps/2012AprJun/0214.html

Simon's summary of conclusion.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16732

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list