mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
// https://w3c.github.io/mediacapture-main/#dom-mediastream
|
||||||
|
|
||||||
[Exposed=Window,
|
[Exposed=Window]
|
||||||
Pref="dom.webrtc.enabled"]
|
|
||||||
interface MediaStream : EventTarget {
|
interface MediaStream : EventTarget {
|
||||||
[Throws] constructor();
|
[Throws] constructor();
|
||||||
[Throws] constructor(MediaStream stream);
|
[Throws] constructor(MediaStream stream);
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
// https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack
|
// https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack
|
||||||
|
|
||||||
[Exposed=Window, Pref="dom.webrtc.enabled"]
|
[Exposed=Window]
|
||||||
interface MediaStreamTrack : EventTarget {
|
interface MediaStreamTrack : EventTarget {
|
||||||
readonly attribute DOMString kind;
|
readonly attribute DOMString kind;
|
||||||
readonly attribute DOMString id;
|
readonly attribute DOMString id;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue