mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibWeb: Stub out the HTMLMediaElement buffered attribute
This is needed by https://store.steampowered.com. For now, we return an empty TimeRanges object.
This commit is contained in:
parent
680a9f748e
commit
7833b321a3
Notes:
sideshowbarker
2024-07-17 03:14:39 +09:00
Author: https://github.com/trflynn89
Commit: 7833b321a3
Pull-request: https://github.com/SerenityOS/serenity/pull/18425
3 changed files with 18 additions and 0 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
};
|
||||
NetworkState network_state() const { return m_network_state; }
|
||||
|
||||
WebIDL::ExceptionOr<JS::NonnullGCPtr<TimeRanges>> buffered() const;
|
||||
|
||||
WebIDL::ExceptionOr<Bindings::CanPlayTypeResult> can_play_type(DeprecatedString const& type) const;
|
||||
|
||||
enum class ReadyState : u16 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue