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 36 * https://developer.chrome.com/apps/power
(release-keep-awake)
Releases a request previously made via requestKeepAwake().
https://developer.chrome.com/apps/power#method-releaseKeepAwake.
Releases a request previously made via requestKeepAwake(). https://developer.chrome.com/apps/power#method-releaseKeepAwake.
(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/apps/power#property-requestKeepAwake-level.
https://developer.chrome.com/apps/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/apps/power#property-requestKeepAwake-level. https://developer.chrome.com/apps/power#method-requestKeepAwake.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.power namespace.
Taps all valid non-deprecated events in chromex.app.power namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close