mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
web-sys: Remove a bunch of mozilla extensions from our webidl
This commit is contained in:
@ -39,11 +39,3 @@ interface RTCDataChannel : EventTarget
|
||||
[Throws]
|
||||
void send(ArrayBufferView data);
|
||||
};
|
||||
|
||||
// Mozilla extensions.
|
||||
partial interface RTCDataChannel
|
||||
{
|
||||
readonly attribute DOMString protocol;
|
||||
readonly attribute boolean ordered;
|
||||
readonly attribute unsigned short id;
|
||||
};
|
||||
|
Reference in New Issue
Block a user