mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Allow receiving binary data channel messages
This commit is contained in:
parent
f855fbb604
commit
2dedcaeaaf
2 changed files with 59 additions and 24 deletions
|
@ -23,7 +23,7 @@ interface RTCDataChannel : EventTarget {
|
|||
attribute EventHandler onclose;
|
||||
void close();
|
||||
attribute EventHandler onmessage;
|
||||
//attribute DOMString binaryType;
|
||||
[SetterThrows] attribute DOMString binaryType;
|
||||
[Throws] void send(USVString data);
|
||||
[Throws] void send(Blob data);
|
||||
[Throws] void send(ArrayBuffer data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue