Interface

TimeRanges

TimeRanges

Used to represent a set of time ranges, primarily for the purpose of tracking which portions of media have been buffered when loading it for use by the

View Source js/lib.dom.d.ts, line 6732

Members

number

# end

Returns the time for the end of the range with the given index.

Throws an "IndexSizeError" DOMException if the index is out of range.

View Source js/lib.dom.d.ts, line 6740

number

# length

Returns the number of ranges in the object.

View Source js/lib.dom.d.ts, line 6735

number

# start

Returns the time for the start of the range with the given index.

Throws an "IndexSizeError" DOMException if the index is out of range.

View Source js/lib.dom.d.ts, line 6747