Liking cljdoc? Tell your friends :D

chromex.app.system-indicator

clj

Manages an app's system indicator icon, an image displayed in the system's menubar, system tray, or other visible area provided by the OS. This is modelled after the other extension action APIs, such as chrome.browserAction and chrome.pageAction.

Manages an app's system indicator icon, an image displayed in the system's
menubar, system tray, or other visible area provided by the OS.
This is modelled after the other extension action APIs, such as
chrome.browserAction and chrome.pageAction.

  * available since Chrome 80
  * https://developer.chrome.com/apps/systemIndicator
raw docstring

chromex.app.system.cpu

clj

Use the system.cpu API to query CPU metadata.

Use the system.cpu API to query CPU metadata.

* available since Chrome 33
* https://developer.chrome.com/apps/system.cpu
raw docstring

chromex.app.system.memory

clj

The chrome.system.memory API.

The chrome.system.memory API.

* available since Chrome 33
* https://developer.chrome.com/apps/system.memory
raw docstring

chromex.app.system.network

clj

Use the chrome.system.network API.

Use the chrome.system.network API.

* available since Chrome 33
* https://developer.chrome.com/apps/system.network
raw docstring

chromex.app.system.power-source

clj

The chrome.system.powerSource API allows Chrome Kiosk Apps to query the state of connected power sources.

The chrome.system.powerSource API allows Chrome Kiosk Apps to
query the state of connected power sources.

  * available since Chrome 69
  * https://developer.chrome.com/apps/system.powerSource
raw docstring

chromex.app.system.storage

clj

Use the chrome.system.storage API to query storage device information and be notified when a removable storage device is attached and detached.

Use the chrome.system.storage API to query storage device
information and be notified when a removable storage device is attached and
detached.

  * available since Chrome 33
  * https://developer.chrome.com/apps/system.storage
raw docstring

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

× close