mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Add a stub for HTMLMediaElement.played()
This commit is contained in:
parent
0206697d36
commit
3952ff4786
Notes:
github-actions[bot]
2025-02-18 17:46:36 +00:00
Author: https://github.com/Psychpsyo
Commit: 3952ff4786
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3563
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 14 additions and 1 deletions
|
@ -62,7 +62,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
attribute double defaultPlaybackRate;
|
||||
attribute double playbackRate;
|
||||
[FIXME] attribute boolean preservesPitch;
|
||||
[FIXME] readonly attribute TimeRanges played;
|
||||
readonly attribute TimeRanges played;
|
||||
[FIXME] readonly attribute TimeRanges seekable;
|
||||
readonly attribute boolean ended;
|
||||
[Reflect, CEReactions] attribute boolean autoplay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue