Add MedaStreamAudioDestinationNode::stream

This commit is contained in:
Manish Goregaokar 2020-07-01 16:10:13 -07:00
parent bf9614edf7
commit 2a838d935b
2 changed files with 20 additions and 6 deletions

View file

@ -9,5 +9,5 @@
[Exposed=Window]
interface MediaStreamAudioDestinationNode : AudioNode {
[Throws] constructor (AudioContext context, optional AudioNodeOptions options = {});
// readonly attribute MediaStream stream;
};
readonly attribute MediaStream stream;
};