mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Websockets send typed arrays now
This commit is contained in:
parent
3ce3f39383
commit
bff887c5a6
13 changed files with 32 additions and 90 deletions
|
@ -30,6 +30,6 @@ interface WebSocket : EventTarget {
|
|||
attribute BinaryType binaryType;
|
||||
[Throws] void send(USVString data);
|
||||
[Throws] void send(Blob data);
|
||||
//void send(ArrayBuffer data);
|
||||
//void send(ArrayBufferView data);
|
||||
[Throws] void send(ArrayBuffer data);
|
||||
[Throws] void send(ArrayBufferView data);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue