Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement WebSocket#binaryType. #7098
Comments
Ms2ger
added
A-content/dom
E-easy
I-enhancement
labels
Aug 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I can take a stab at this. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Please do! |
jdm
added
the
C-assigned
label
Aug 9, 2015
added a commit
to tomjakubowski/servo
that referenced
this issue
Aug 13, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
tomjakubowski
Aug 13, 2015
Contributor
I did the bare minimum and enabled the attribute in the IDL file and added the necessary fields and impl methods. See tomjakubowski@8d999de
It doesn't actually change the type of the data provided to the message callback, however, because I couldn't see an immediate and obvious safe way to create and return an ArrayBuffer (which should apparently land as part of #6779).
|
I did the bare minimum and enabled the attribute in the IDL file and added the necessary fields and impl methods. See tomjakubowski@8d999de It doesn't actually change the type of the data provided to the |
Ms2ger commentedAug 8, 2015
Blocks #6060
components/script/dom/{websocket.rs,webidl/WebSocket.rs}.tests/wpt/web-platform-tests/websockets/,tests/wpt/web-platform-tests/html/dom/interfaces.html.