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

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