We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e9e15 commit 9028a14Copy full SHA for 9028a14
src/main/scala/org/scalajs/dom/raw/lib.scala
@@ -5076,14 +5076,14 @@ class TimeRanges extends js.Object {
5076
*
5077
* MDN
5078
*/
5079
- def start(index: Int): Int = js.native
+ def start(index: Int): Double = js.native
5080
5081
/**
5082
* Returns the time offset at which a specified time range ends.
5083
5084
5085
5086
- def end(index: Int): Int = js.native
+ def end(index: Int): Double = js.native
5087
}
5088
5089
0 commit comments