mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Stub HTMLMediaElement.pause
Required for rendering GIFs on Discord.
This commit is contained in:
parent
2c77364716
commit
1e9cc2e211
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/Lubrsi
Commit: 1e9cc2e211
Pull-request: https://github.com/SerenityOS/serenity/pull/16400
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg ✅
3 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
Bindings::CanPlayTypeResult can_play_type(DeprecatedString const& type) const;
|
||||
|
||||
void load() const;
|
||||
void pause() const;
|
||||
|
||||
protected:
|
||||
HTMLMediaElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue