A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/HTMLMediaElement/fastSeek below:

HTMLMediaElement: fastSeek() method - Web APIs

HTMLMediaElement: fastSeek() method

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.

Syntax Parameters Return value

None (undefined).

Examples

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