LibWeb: Indicate that we may be able to play video MIME types

This commit is contained in:
Timothy Flynn 2023-04-04 14:20:42 -04:00 committed by Linus Groh
commit 5f9fc5aedc
Notes: sideshowbarker 2024-07-17 04:49:48 +09:00
2 changed files with 14 additions and 6 deletions

View file

@ -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;