mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Cleanups and tidy fixes
This commit is contained in:
parent
ace0d7795e
commit
960b010d30
8 changed files with 23 additions and 24 deletions
|
@ -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"
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue