Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributes

This commit is contained in:
George Roman 2018-11-29 22:31:10 +02:00
parent 44344452e2
commit deb02ab6d7
6 changed files with 126 additions and 57 deletions

View file

@ -42,8 +42,8 @@ interface HTMLMediaElement : HTMLElement {
readonly attribute unrestricted double duration;
// Date getStartDate();
readonly attribute boolean paused;
// attribute double defaultPlaybackRate;
// attribute double playbackRate;
[Throws] attribute double defaultPlaybackRate;
[Throws] attribute double playbackRate;
readonly attribute TimeRanges played;
// readonly attribute TimeRanges seekable;
// readonly attribute boolean ended;