LibWeb: Begin implementing media resource seeking

This commit is contained in:
Timothy Flynn 2023-04-11 18:37:00 -04:00 committed by Linus Groh
commit 5a98a5529f
Notes: sideshowbarker 2024-07-17 02:28:18 +09:00
8 changed files with 138 additions and 8 deletions

View file

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