* available since Chrome 36
(get property-names)
Fetches customization values for the given property names. See property names in the declaration of the returned dictionary.
|property-names| - Chrome OS Property names
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 [properties-dictionary] where:
|properties-dictionary| - Dictionary which contains all requested properties
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.
Fetches customization values for the given property names. See property names in the declaration of the returned dictionary. |property-names| - Chrome OS Property names 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 [properties-dictionary] where: |properties-dictionary| - Dictionary which contains all requested properties 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.
(set property-name property-value)
Sets values for the given system property.
|property-name| - Chrome OS system property name |property-value| - Chrome OS system property value
Sets values for the given system property. |property-name| - Chrome OS system property name |property-value| - Chrome OS system property value
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.ext.chromeos-info-private namespace.
Taps all valid non-deprecated events in chromex.ext.chromeos-info-private namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close