mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibWeb: Implement playbackRate
This commit is contained in:
parent
986fe0f408
commit
14e354bc29
Notes:
github-actions[bot]
2025-02-10 11:39:00 +00:00
Author: https://github.com/Psychpsyo
Commit: 14e354bc29
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3514
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 123 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue