LibWeb: Add a stub for HTMLMediaElement.played()

This commit is contained in:
Psychpsyo 2025-02-14 11:22:01 +01:00 committed by Andrew Kaster
commit 3952ff4786
Notes: github-actions[bot] 2025-02-18 17:46:36 +00:00
3 changed files with 14 additions and 1 deletions

View file

@ -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;