LibWeb: Implement playbackRate

This commit is contained in:
Psychpsyo
2025-02-09 01:42:50 +01:00
committed by Sam Atkins
parent 986fe0f408
commit 14e354bc29
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;