Implement Audio constructor

This commit is contained in:
Vishnunarayan K I 2018-11-07 00:38:12 +05:30
parent f1dd31f704
commit 684d1081d4
10 changed files with 35 additions and 101 deletions

View file

@ -3,5 +3,5 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlaudioelement
[HTMLConstructor/*, NamedConstructor=Audio(optional DOMString src)*/]
[HTMLConstructor, NamedConstructor=Audio(optional DOMString src)]
interface HTMLAudioElement : HTMLMediaElement {};