Bug 65249

Summary: WebSocket: Support binary messages
Product: WebKit Reporter: Yuta Kitamura <yutak>
Component: WebCore Misc.Assignee: Yuta Kitamura <yutak>
Status: RESOLVED FIXED    
Severity: Normal CC: bronislav.klucka, laszlo.gombos, peter, pimvdb, tyoshino, webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 65374, 65850, 65967, 66127, 66298, 66841, 67013, 67115, 67180, 67465, 67477    
Bug Blocks: 50099    

Yuta Kitamura
Reported 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).
Attachments
Takeshi Yoshino
Comment 1 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.
Alexey Proskuryakov
Comment 2 2012-02-17 14:15:48 PST
Hasn't this been implemented already?
Yuta Kitamura
Comment 3 2012-02-17 23:53:02 PST
Yes this is already implemented.
Note You need to log in before you can comment on or make changes to this bug.