mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Unpref MediaStream and MediaStreamTrack
This commit is contained in:
parent
6143173858
commit
0b998a1d1c
2 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,7 @@
|
|||
|
||||
// https://w3c.github.io/mediacapture-main/#dom-mediastream
|
||||
|
||||
[Exposed=Window,
|
||||
Pref="dom.webrtc.enabled"]
|
||||
[Exposed=Window]
|
||||
interface MediaStream : EventTarget {
|
||||
[Throws] constructor();
|
||||
[Throws] constructor(MediaStream stream);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack
|
||||
|
||||
[Exposed=Window, Pref="dom.webrtc.enabled"]
|
||||
[Exposed=Window]
|
||||
interface MediaStreamTrack : EventTarget {
|
||||
readonly attribute DOMString kind;
|
||||
readonly attribute DOMString id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue