Media element duration param

This commit is contained in:
Fernando Jiménez Moreno 2018-09-21 12:58:03 +02:00
parent 6904535865
commit f4ba7e503b
4 changed files with 30 additions and 10 deletions

View file

@ -39,7 +39,7 @@ interface HTMLMediaElement : HTMLElement {
// playback state
// attribute double currentTime;
// void fastSeek(double time);
// readonly attribute unrestricted double duration;
readonly attribute unrestricted double duration;
// Date getStartDate();
readonly attribute boolean paused;
// attribute double defaultPlaybackRate;