mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 17:33:04 +00:00
LibWeb: Add a stub for HTMLMediaElement.played()
This commit is contained in:
parent
0206697d36
commit
3952ff4786
Notes:
github-actions[bot]
2025-02-18 17:46:36 +00:00
Author: https://github.com/Psychpsyo
Commit: 3952ff4786
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3563
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 14 additions and 1 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
NetworkState network_state() const { return m_network_state; }
|
||||
|
||||
[[nodiscard]] GC::Ref<TimeRanges> buffered() const;
|
||||
[[nodiscard]] GC::Ref<TimeRanges> played() const;
|
||||
|
||||
static inline constexpr auto supported_video_subtypes = Array {
|
||||
"webm"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue