currentTime property
double
get
currentTime
The HTMLMediaElement interface's
currentTime property specifies the current playback time
in seconds.
Changing the value of currentTime seeks the media to
the new time.
Implementation
external double get currentTime;
set
currentTime
(num value)
Implementation
external set currentTime(num value);