Limited availability
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.
None (undefined
).
This example quickly seeks to 20-second position of the video element.
let myVideo = document.getElementById("myVideoElement");
myVideo.fastSeek(20);
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4