mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibWeb: Add spec link to HTMLMediaElement::load
This commit is contained in:
parent
4db2efaecb
commit
2c77364716
Notes:
sideshowbarker
2024-07-17 03:35:17 +09:00
Author: https://github.com/Lubrsi
Commit: 2c77364716
Pull-request: https://github.com/SerenityOS/serenity/pull/16400
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ Bindings::CanPlayTypeResult HTMLMediaElement::can_play_type(DeprecatedString con
|
|||
return Bindings::CanPlayTypeResult::Empty;
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/media.html#dom-media-load
|
||||
void HTMLMediaElement::load() const
|
||||
{
|
||||
dbgln("(STUBBED) HTMLMediaElement::load()");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue