mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement TimeRanges and HTMLMediaElement.seekable()
This commit is contained in:
Notes:
github-actions[bot]
2025-02-18 17:46:30 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/aa243000f37 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3563 Reviewed-by: https://github.com/ADKaster ✅
@@ -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