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