Liking cljdoc? Tell your friends :D

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

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-infoclj/smacro

(get-info)

Get physical memory information.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [info] where:

|info| - https://developer.chrome.com/apps/system.memory#property-callback-info.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

https://developer.chrome.com/apps/system.memory#method-getInfo.

Get physical memory information.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [info] where:

  |info| - https://developer.chrome.com/apps/system.memory#property-callback-info.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.

https://developer.chrome.com/apps/system.memory#method-getInfo.
sourceraw docstring

get-info*cljs

(get-info* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.system.memory namespace.

Taps all valid non-deprecated events in chromex.app.system.memory namespace.
sourceraw docstring

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

× close