mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02: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 {
|
|
};
|