Implement HTMLMediaElement.loop Attribute

This commit is contained in:
Swarnim Arun 2019-04-20 14:10:53 +05:30
parent 63b4455837
commit 3bf3a7861a
2 changed files with 6 additions and 7 deletions

View file

@ -48,7 +48,7 @@ interface HTMLMediaElement : HTMLElement {
// readonly attribute TimeRanges seekable;
readonly attribute boolean ended;
[CEReactions] attribute boolean autoplay;
// [CEReactions] attribute boolean loop;
[CEReactions] attribute boolean loop;
Promise<void> play();
void pause();