Cleanups and tidy fixes

This commit is contained in:
Fernando Jiménez Moreno 2020-06-02 10:52:34 +02:00
parent ace0d7795e
commit 960b010d30
8 changed files with 23 additions and 24 deletions

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://www.w3.org/TR/webrtc/#rtcdatachannelevent
// https://w3c.github.io/webrtc-pc/#dom-rtcdatachannelevent
[Exposed=Window]
interface RTCDataChannelEvent : Event {
@ -12,4 +12,4 @@ interface RTCDataChannelEvent : Event {
dictionary RTCDataChannelEventInit : EventInit {
required RTCDataChannel channel;
};
};