mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
WebSocket: Implement WebSocket#binaryType
This commit is contained in:
parent
f77973c903
commit
e92f4629db
6 changed files with 34 additions and 33 deletions
|
@ -27,7 +27,7 @@ interface WebSocket : EventTarget {
|
|||
|
||||
//messaging
|
||||
attribute EventHandler onmessage;
|
||||
//attribute BinaryType binaryType;
|
||||
attribute BinaryType binaryType;
|
||||
[Throws] void send(optional USVString data);
|
||||
//void send(Blob data);
|
||||
//void send(ArrayBuffer data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue