files/en-us/web/api/mediasource/setliveseekablerange/index.md
{{APIRef("Media Source Extensions")}}{{AvailableInWorkers("window_and_dedicated")}}
The setLiveSeekableRange() method of the
{{domxref("MediaSource")}} interface sets the range that the user can seek to in the
media element.
setLiveSeekableRange(start, end)
start
end
None ({{jsxref("undefined")}}).
// TBD
{{Specifications}}
{{Compat}}