HTMLAudioElement.idl 245 B

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