1
0
Fork 0
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:
Luke Wilde 2022-12-09 22:23:03 +00:00 committed by Linus Groh
parent 4db2efaecb
commit 2c77364716
Notes: sideshowbarker 2024-07-17 03:35:17 +09:00

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