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

chrome.power.bindings.Power.scala Maven / Gradle / Ivy

package chrome.power.bindings

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

@js.native
@JSGlobal("chrome.power")
object Power extends js.Object {

  def requestKeepAwake(level: Level.Level): Unit = js.native

  def releaseKeepAwake(): Unit = js.native

}

object Level {

  type Level = String

  val SYSTEM: Level = "system"
  val DISPLAY: Level = "display"

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy