mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-28 07:18:51 +00:00
LibWeb: Implement TimeRanges and HTMLMediaElement.seekable()
This commit is contained in:
parent
3952ff4786
commit
aa243000f3
Notes:
github-actions[bot]
2025-02-18 17:46:30 +00:00
Author: https://github.com/Psychpsyo
Commit: aa243000f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3563
Reviewed-by: https://github.com/ADKaster ✅
5 changed files with 103 additions and 18 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
|
||||
[[nodiscard]] GC::Ref<TimeRanges> buffered() const;
|
||||
[[nodiscard]] GC::Ref<TimeRanges> played() const;
|
||||
[[nodiscard]] GC::Ref<TimeRanges> seekable() const;
|
||||
|
||||
static inline constexpr auto supported_video_subtypes = Array {
|
||||
"webm"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue