mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
MediaStream is unknown
This commit is contained in:
Vendored
+1
-1
@@ -1159,5 +1159,5 @@ interface MediaStreamAudioSourceNode extends AudioSourceNode {
|
||||
* channelInterpretation = "speakers";
|
||||
*/
|
||||
interface MediaStreamAudioDestinationNode extends AudioNode {
|
||||
stream: MediaStream;
|
||||
stream: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user