1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries/LibWeb/HTML/HTMLAudioElement.idl
2023-03-23 13:37:40 +01:00

6 lines
195 B
Text

#import <HTML/HTMLMediaElement.idl>
[Exposed=Window, LegacyFactoryFunction=Audio(optional DOMString src)]
interface HTMLAudioElement : HTMLMediaElement {
[HTMLConstructor] constructor();
};