fastSeek()
Limited availability
The fastSeek()
method seeks an <audio>
or <video>
element as fast as possible, by seeking to a keyframe instead of exactly the requested time.
To learn more, see
HTMLMediaElement: fastSeek() method at MDN.
Compatibility
- Chrome ❌ See crbug.com/41276303
- Chrome Android ❌ See crbug.com/41276303
- Edge ❌ See crbug.com/41276303
- Firefox 31 Released on 2014-07-22
- Firefox for Android 31 Released on 2014-07-22
- Safari 8 Released on 2014-10-16
- Safari on iOS 8 Released on 2014-09-17
Specifications
- HTML Standard (#dom-media-fastseek-dev), from HTML Workstream (WHATWG).