currentTime property
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;
Implementation
external set currentTime(num value);