[webkit-reviews] review denied: [Bug 90877] WebSocket.send() should accept ArrayBufferView : [Attachment 151861] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 18:17:43 PDT 2012


Yuta Kitamura <yutak at chromium.org> has denied Yuta Kitamura
<yutak at chromium.org>'s request for review:
Bug 90877: WebSocket.send() should accept ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=90877

Attachment 151861: Patch v2
https://bugs.webkit.org/attachment.cgi?id=151861&action=review

------- Additional Comments from Yuta Kitamura <yutak at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=151861&action=review


http://dev.w3.org/html5/websockets/

WebSocket API draft was updated and now it includes *both* send(ArrayBuffer)
and
send(ArrayBufferView). So, deprecation warning for send(ArrayBuffer) does not
make sense, thus I'm going to update the patch to remove it.

>> Source/WebCore/ChangeLog:16
>> +	    the usage of WebSocket.send() family.
> 
> This can be a separated patch.

Will be removed.


More information about the webkit-reviews mailing list