Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MediaStreamAudioDestinationNode, MediaStreamAudioSourceNode, MediaStreamTrackAudioSourceNode #27143

Merged
merged 10 commits into from Jul 3, 2020

Unpref MediaStream and MediaStreamTrack

  • Loading branch information
Manishearth committed Jul 2, 2020
commit 0b998a1d1c8add7e0392a3561cea9e138f7fd910
@@ -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;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.