mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Setter and getter for HTMLMediaElement.currentTime
This commit is contained in:
parent
abc0f50d20
commit
2db141fb8b
2 changed files with 56 additions and 7 deletions
|
@ -37,7 +37,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
// readonly attribute boolean seeking;
|
||||
|
||||
// playback state
|
||||
// attribute double currentTime;
|
||||
attribute double currentTime;
|
||||
// void fastSeek(double time);
|
||||
readonly attribute unrestricted double duration;
|
||||
// Date getStartDate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue