mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fixes #8213: Implement Blob variant of WebSocket.send()
This commit is contained in:
parent
6c051ce828
commit
1d280289f1
7 changed files with 86 additions and 52 deletions
|
@ -29,8 +29,7 @@ interface WebSocket : EventTarget {
|
|||
attribute EventHandler onmessage;
|
||||
attribute BinaryType binaryType;
|
||||
[Throws] void send(USVString data);
|
||||
//void send(Blob data);
|
||||
[Throws] void send(Blob data);
|
||||
//void send(ArrayBuffer data);
|
||||
//void send(ArrayBufferView data);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue