mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
LibWeb: Add HTMLMediaElement.canPlayType()
For the time being, the answer is no, or rather: "" :^)
This commit is contained in:
parent
55c247d044
commit
a2e6abe159
4 changed files with 28 additions and 0 deletions
|
@ -16,6 +16,8 @@ public:
|
|||
|
||||
HTMLMediaElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLMediaElement() override;
|
||||
|
||||
Bindings::CanPlayTypeResult can_play_type(String const& type) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue