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/#dom-rtcerror
// https://w3c.github.io/webrtc-pc/#dom-rtcerror
[Exposed=Window]
interface RTCError : DOMException {
@ -32,4 +32,4 @@ enum RTCErrorDetailType {
"sdp-syntax-error",
"hardware-encoder-not-available",
"hardware-encoder-error"
};
};