summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLAudioElement.idl
blob: eab8f5946b0c937726a0dc9bda400afa6e7b3b1e (plain)
1
2
3
4
5
6
#import <HTML/HTMLMediaElement.idl>

[Exposed=Window, LegacyFactoryFunction=Audio(optional DOMString src)]
interface HTMLAudioElement : HTMLMediaElement {
    // FIXME: [HTMLConstructor] constructor();
};