mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Require the argument to WebSocket#send() (fixes #7858).
This commit is contained in:
parent
94816bb3b4
commit
0ffd2f636f
6 changed files with 4 additions and 47 deletions
|
@ -28,7 +28,7 @@ interface WebSocket : EventTarget {
|
|||
//messaging
|
||||
attribute EventHandler onmessage;
|
||||
attribute BinaryType binaryType;
|
||||
[Throws] void send(optional USVString data);
|
||||
[Throws] void send(USVString data);
|
||||
//void send(Blob data);
|
||||
//void send(ArrayBuffer data);
|
||||
//void send(ArrayBufferView data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue