HTMLMediaElement seeking

This commit is contained in:
Fernando Jiménez Moreno 2018-10-22 16:01:00 +02:00
parent 2db141fb8b
commit 75407822bc
5 changed files with 124 additions and 19 deletions

View file

@ -34,11 +34,11 @@ interface HTMLMediaElement : HTMLElement {
const unsigned short HAVE_FUTURE_DATA = 3;
const unsigned short HAVE_ENOUGH_DATA = 4;
readonly attribute unsigned short readyState;
// readonly attribute boolean seeking;
readonly attribute boolean seeking;
// playback state
attribute double currentTime;
// void fastSeek(double time);
void fastSeek(double time);
readonly attribute unrestricted double duration;
// Date getStartDate();
readonly attribute boolean paused;