All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sri.addons.perf.ReactPerf.scala Maven / Gradle / Ivy

The newest version!
package sri.addons.perf

import scala.scalajs.js

/**
 * wrapper for react-addons-perf
 */

@js.native
trait ReactPerf extends js.Object {

  def start(): Unit = js.native

  def stop(): Unit = js.native

  def printInclusive(): Unit = js.native

  def printWasted(): Unit = js.native

  def printDOM(): Unit = js.native

  def getLastMeasurements(): js.Dynamic = js.native

}

@js.native
object ReactPerf extends ReactPerf




© 2015 - 2025 Weber Informatics LLC | Privacy Policy