mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement Ended media attribute
Signed-off-by: german gomez <germangb42@gmail.com>
This commit is contained in:
parent
b49e7517a3
commit
5605f235c6
3 changed files with 104 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue