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
Current WebSocket API <http://dev.w3.org/html5/websockets/> requires the ability to send or receive binary messages (ArrayBuffer or Blob).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Takeshi Yoshino
Binary messaging API is now available on WebKit.
Only the change on the return type of send() is pending.
Alexey Proskuryakov
Hasn't this been implemented already?
Yuta Kitamura
Yes this is already implemented.