LibWeb: Implement TimeRanges and HTMLMediaElement.seekable()

This commit is contained in:
Psychpsyo
2025-02-14 11:22:12 +01:00
committed by Andrew Kaster
parent 3952ff4786
commit aa243000f3
5 changed files with 103 additions and 18 deletions

View File

@@ -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;