mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Audio constructor
This commit is contained in:
parent
f1dd31f704
commit
684d1081d4
10 changed files with 35 additions and 101 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue