mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 15:25:08 +00:00
6 lines
156 B
Text
6 lines
156 B
Text
#import <DOM/EventTarget.idl>
|
|
|
|
// https://webaudio.github.io/web-audio-api/#BaseAudioContext
|
|
[Exposed=Window]
|
|
interface BaseAudioContext : EventTarget {
|
|
};
|