mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
#import <DOM/EventTarget.idl>
|
|
|
|
// https://webaudio.github.io/web-audio-api/#BaseAudioContext
|
|
[Exposed=Window]
|
|
interface BaseAudioContext : EventTarget {
|
|
};
|