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 1da1115 commit 1ca1669Copy full SHA for 1ca1669
dom/src/main/scala/org/scalajs/dom/PerformanceEntry.scala
@@ -27,7 +27,7 @@ class PerformanceEntry extends js.Object {
27
/** The duration of the performance entry. The meaning of this property depends on the value of this entry's
28
* [[entryType]].
29
*/
30
- def duration: Int = js.native
+ def duration: Double = js.native
31
32
/** The type of performance metric that this entry represents. */
33
def entryType: String = js.native
0 commit comments