Liking cljdoc? Tell your friends :D

chromex.ext.power

clj

Use the chrome.power API to override the system's power management features.

Use the chrome.power API to override the system's power
management features.

  * available since Chrome 27
  * https://developer.chrome.com/extensions/power
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

release-keep-awakeclj/smacro

(release-keep-awake)

Releases a request previously made via requestKeepAwake().

https://developer.chrome.com/extensions/power#method-releaseKeepAwake.

Releases a request previously made via requestKeepAwake().

https://developer.chrome.com/extensions/power#method-releaseKeepAwake.
sourceraw docstring

release-keep-awake*cljs

(release-keep-awake* config)
source

request-keep-awakeclj/smacro

(request-keep-awake level)

Requests that power management be temporarily disabled. |level| describes the degree to which power management should be disabled. If a request previously made by the same app is still active, it will be replaced by the new request.

|level| - https://developer.chrome.com/extensions/power#property-requestKeepAwake-level.

https://developer.chrome.com/extensions/power#method-requestKeepAwake.

Requests that power management be temporarily disabled. |level| describes the degree to which power management should be
disabled. If a request previously made by the same app is still active, it will be replaced by the new request.

  |level| - https://developer.chrome.com/extensions/power#property-requestKeepAwake-level.

https://developer.chrome.com/extensions/power#method-requestKeepAwake.
sourceraw docstring

request-keep-awake*cljs

(request-keep-awake* config level)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.power namespace.

Taps all valid non-deprecated events in chromex.ext.power namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close