mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibWeb: Implement TimeRanges and HTMLMediaElement.seekable()
This commit is contained in:
@@ -63,7 +63,7 @@ interface HTMLMediaElement : HTMLElement {
|
||||
attribute double playbackRate;
|
||||
[FIXME] attribute boolean preservesPitch;
|
||||
readonly attribute TimeRanges played;
|
||||
[FIXME] readonly attribute TimeRanges seekable;
|
||||
readonly attribute TimeRanges seekable;
|
||||
readonly attribute boolean ended;
|
||||
[Reflect, CEReactions] attribute boolean autoplay;
|
||||
[Reflect, CEReactions] attribute boolean loop;
|
||||
|
||||
Reference in New Issue
Block a user