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) => floatstart
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