File tree 1 file changed +2
-2
lines changed
dom/src/main/scala/org/scalajs/dom
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Performance private[this] () extends js.Object {
31
31
/** Returns an array of [[PerformanceEntry ]] objects currently present in the performance timeline for a given type */
32
32
def getEntriesByType (entryType : String ): js.Array [PerformanceEntry ] = js.native
33
33
34
- /** Is a jsonizer returning a json object representing the Performance object. */
34
+ /** Returns a JSON representation of the [[ Performance ]] object. */
35
35
def toJSON (): js.Object = js.native
36
36
37
37
@ deprecated(" No such API in the spec" , " 2.4.0" )
@@ -70,7 +70,7 @@ class Performance private[this] () extends js.Object {
70
70
/** Removes all or specific [[PerformanceMeasure ]] objects from the browser's performance timeline. */
71
71
def clearMeasures (measureName : String = js.native): Unit = js.native
72
72
73
- /** sets the desired size of the browser's resource timing buffer which stores the "resource" performance entries. */
73
+ /** Sets the desired size of the browser's resource timing buffer which stores the "resource" performance entries. */
74
74
def setResourceTimingBufferSize (maxSize : Int ): Unit = js.native
75
75
76
76
/** Returns a DOMHighResTimeStamp representing the amount of milliseconds elapsed since the start of the navigation,
You can’t perform that action at this time.
0 commit comments