mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add MedaStreamAudioDestinationNode::stream
This commit is contained in:
parent
bf9614edf7
commit
2a838d935b
2 changed files with 20 additions and 6 deletions
|
@ -9,5 +9,5 @@
|
|||
[Exposed=Window]
|
||||
interface MediaStreamAudioDestinationNode : AudioNode {
|
||||
[Throws] constructor (AudioContext context, optional AudioNodeOptions options = {});
|
||||
// readonly attribute MediaStream stream;
|
||||
};
|
||||
readonly attribute MediaStream stream;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue