mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
LibWeb: Add spec link to HTMLMediaElement::load
This commit is contained in:
parent
4db2efaecb
commit
2c77364716
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;
|
return Bindings::CanPlayTypeResult::Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://html.spec.whatwg.org/multipage/media.html#dom-media-load
|
||||||
void HTMLMediaElement::load() const
|
void HTMLMediaElement::load() const
|
||||||
{
|
{
|
||||||
dbgln("(STUBBED) HTMLMediaElement::load()");
|
dbgln("(STUBBED) HTMLMediaElement::load()");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue