mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
LibWeb: Stub HTMLMediaElement.load
This commit is contained in:
parent
62e3117dfd
commit
377eb09492
3 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,8 @@ public:
|
|||
|
||||
Bindings::CanPlayTypeResult can_play_type(String const& type) const;
|
||||
|
||||
void load() const;
|
||||
|
||||
protected:
|
||||
HTMLMediaElement(DOM::Document&, DOM::QualifiedName);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue