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

chrome.system.cpu.bindings.CPU.scala Maven / Gradle / Ivy

package chrome.system.cpu.bindings

import scala.scalajs.js
import scala.scalajs.js.annotation.JSGlobal

@js.native
@JSGlobal("chrome.system.cpu")
object CPU extends js.Object {

  def getInfo(callback: js.Function1[CPUInfo, _]): Unit = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy