The TimeRanges interface is used to represent a set of time ranges,
for the purpose of tracking which portions of media have been
when loading it for use by the <audio>
and <video>
elements.
The TimeRanges interface is used to represent a set of time ranges, for the purpose of tracking which portions of media have been when loading it for use by the `<audio>` and `<video>` elements.
(end this index)
Method.
Returns the time offset at which a specified time range ends.
endTime = TimeRanges.end(index)
See also: https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges/end
Method. Returns the time offset at which a specified time range ends. `endTime = TimeRanges.end(index)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges/end`
(length this)
Property.
[Read Only]
The TimeRanges.length read-only property returns the number of in the object.
length = TimeRanges.length;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges/length
Property. [Read Only] The TimeRanges.length read-only property returns the number of in the object. `length = TimeRanges.length;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges/length`
(start this index)
Method.
Returns the time offset at which a specified time range begins.
startTime = TimeRanges.start(index)
See also: https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges/start
Method. Returns the time offset at which a specified time range begins. `startTime = TimeRanges.start(index)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges/start`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close