fastSeek method
The HTMLMediaElement.fastSeek()
method quickly seeks the
media to the new time with precision tradeoff.
Note: If you need to seek with precision, you should set
HTMLMediaElement.currentTime
instead.
Implementation
external void fastSeek(num time);