mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibWeb: Add spec link to HTMLMediaElement::load
This commit is contained in:
@@ -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()");
|
||||
|
||||
Reference in New Issue
Block a user