LibWeb: Implement playbackRate

This commit is contained in:
Psychpsyo 2025-02-09 01:42:50 +01:00 committed by Sam Atkins
commit 14e354bc29
Notes: github-actions[bot] 2025-02-10 11:39:00 +00:00
5 changed files with 123 additions and 3 deletions

View file

@ -59,8 +59,8 @@ interface HTMLMediaElement : HTMLElement {
readonly attribute unrestricted double duration;
[FIXME] object getStartDate();
readonly attribute boolean paused;
[FIXME] attribute double defaultPlaybackRate;
[FIXME] attribute double playbackRate;
attribute double defaultPlaybackRate;
attribute double playbackRate;
[FIXME] attribute boolean preservesPitch;
[FIXME] readonly attribute TimeRanges played;
[FIXME] readonly attribute TimeRanges seekable;