1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 22:32:12 +00:00

LibWeb: Add spec link to HTMLMediaElement::load

This commit is contained in:
Luke Wilde 2022-12-09 22:23:03 +00:00 committed by Linus Groh
parent 4db2efaecb
commit 2c77364716

View file

@ -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()");