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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user