mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Stub HTMLMediaElement.load
This commit is contained in:
parent
62e3117dfd
commit
377eb09492
Notes:
sideshowbarker
2024-07-17 05:02:35 +09:00
Author: https://github.com/Lubrsi
Commit: 377eb09492
Pull-request: https://github.com/SerenityOS/serenity/pull/15835
3 changed files with 8 additions and 0 deletions
|
@ -35,4 +35,9 @@ Bindings::CanPlayTypeResult HTMLMediaElement::can_play_type(String const& type)
|
|||
return Bindings::CanPlayTypeResult::Empty;
|
||||
}
|
||||
|
||||
void HTMLMediaElement::load() const
|
||||
{
|
||||
dbgln("(STUBBED) HTMLMediaElement::load()");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue