mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-21 10:32:51 +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 {
|
|
};
|