mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Stub HTMLMediaElement.pause
Required for rendering GIFs on Discord.
This commit is contained in:
@@ -41,4 +41,10 @@ void HTMLMediaElement::load() const
|
||||
dbgln("(STUBBED) HTMLMediaElement::load()");
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/media.html#dom-media-pause
|
||||
void HTMLMediaElement::pause() const
|
||||
{
|
||||
dbgln("(STUBBED) HTMLMediaElement::pause()");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user