1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00

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
parent e2f32e6ab3
commit 5f9fc5aedc
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;