Skip to content

TimeRanges

Values

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. Read more on MDN

let end: (WebAPI.DOMAPI.timeRanges, int) => float

Parameters

WebAPI.DOMAPI.timeRanges int

Return type

float

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. Read more on MDN

let start: (WebAPI.DOMAPI.timeRanges, int) => float

Parameters

WebAPI.DOMAPI.timeRanges int

Return type

float