2020-08-01 03:05:43 +01:00
|
|
|
interface HTMLMediaElement : HTMLElement {
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
|
2020-11-09 08:15:10 +00:00
|
|
|
[Reflect] attribute boolean autoplay;
|
|
|
|
[Reflect] attribute boolean loop;
|
|
|
|
|
|
|
|
[Reflect] attribute boolean controls;
|
|
|
|
|
2020-12-09 21:26:42 +00:00
|
|
|
};
|