mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02: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