mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Indicate that we may be able to play video MIME types
This commit is contained in:
parent
e2f32e6ab3
commit
5f9fc5aedc
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/trflynn89
Commit: 5f9fc5aedc
Pull-request: https://github.com/SerenityOS/serenity/pull/18183
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/skyrising
2 changed files with 14 additions and 6 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
};
|
||||
NetworkState network_state() const { return m_network_state; }
|
||||
|
||||
Bindings::CanPlayTypeResult can_play_type(DeprecatedString const& type) const;
|
||||
WebIDL::ExceptionOr<Bindings::CanPlayTypeResult> can_play_type(DeprecatedString const& type) const;
|
||||
|
||||
void load() const;
|
||||
void pause() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue