Bug 65249 - WebSocket: Support binary messages
Summary: WebSocket: Support binary messages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on: 65374 65850 65967 66127 66298 66841 67013 67115 67180 67465 67477
Blocks: 50099
  Show dependency treegraph
 
Reported: 2011-07-27 05:08 PDT by Yuta Kitamura
Modified: 2012-02-17 23:53 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta Kitamura 2011-07-27 05:08:08 PDT
Current WebSocket API <http://dev.w3.org/html5/websockets/> requires the ability to send or receive binary messages (ArrayBuffer or Blob).
Comment 1 Takeshi Yoshino 2011-09-11 20:28:51 PDT
Binary messaging API is now available on WebKit.

Only the change on the return type of send() is pending.
Comment 2 Alexey Proskuryakov 2012-02-17 14:15:48 PST
Hasn't this been implemented already?
Comment 3 Yuta Kitamura 2012-02-17 23:53:02 PST
Yes this is already implemented.