mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Begin implementing media resource seeking
This commit is contained in:
committed by
Linus Groh
parent
f8f35fdaad
commit
5a98a5529f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user