mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Begin implementing media resource seeking
This commit is contained in:
parent
f8f35fdaad
commit
5a98a5529f
Notes:
sideshowbarker
2024-07-17 02:28:18 +09:00
Author: https://github.com/trflynn89
Commit: 5a98a5529f
Pull-request: https://github.com/SerenityOS/serenity/pull/18296
Reviewed-by: https://github.com/Zaggy1024 ✅
8 changed files with 138 additions and 8 deletions
|
@ -28,6 +28,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
const unsigned short HAVE_FUTURE_DATA = 3;
|
||||
const unsigned short HAVE_ENOUGH_DATA = 4;
|
||||
readonly attribute unsigned short readyState;
|
||||
readonly attribute boolean seeking;
|
||||
|
||||
// playback state
|
||||
attribute double currentTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue