Implement Ended media attribute

Signed-off-by: german gomez <germangb42@gmail.com>
This commit is contained in:
german gomez 2018-12-11 01:16:34 +01:00
parent b49e7517a3
commit 5605f235c6
3 changed files with 104 additions and 13 deletions

View file

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