mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb: Indicate that we may be able to play video MIME types
This commit is contained in:
committed by
Linus Groh
parent
e2f32e6ab3
commit
5f9fc5aedc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user