Files
ladybird/Libraries/LibWeb/HTML/HTMLAudioElement.idl
2024-11-10 12:50:45 +01:00

8 lines
245 B
Plaintext

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