mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLMediaElement.loop Attribute
This commit is contained in:
parent
63b4455837
commit
3bf3a7861a
2 changed files with 6 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue