2020-07-31 23:05:43 -03:00
|
|
|
interface HTMLMediaElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
|
|
2020-11-09 05:15:10 -03:00
|
|
|
[Reflect] attribute boolean autoplay;
|
|
|
|
|
[Reflect] attribute boolean loop;
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute boolean controls;
|
|
|
|
|
|
2020-07-31 23:05:43 -03:00
|
|
|
}
|