mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Stub HTMLMediaElement.pause
Required for rendering GIFs on Discord.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/1e9cc2e211 Pull-request: https://github.com/SerenityOS/serenity/pull/16400 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/linusg ✅
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user