Liking cljdoc? Tell your friends :D

chromex.ext.enterprise.hardware-platform

clj

Use the chrome.enterprise.hardwarePlatform API to get the manufacturer and model of the hardware platform where the browser runs. Note: This API is only available to extensions installed by enterprise policy.

Use the chrome.enterprise.hardwarePlatform API to get the
manufacturer and model of the hardware platform where the browser runs.
Note: This API is only available to extensions installed by enterprise
policy.

  * available since Chrome 71
  * https://developer.chrome.com/extensions/enterprise.hardwarePlatform
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-hardware-platform-infoclj/smacro

(get-hardware-platform-info)

Obtains the manufacturer and model for the hardware platform and, if the extension is authorized, returns it via |callback|.

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/extensions/enterprise.hardwarePlatform#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/extensions/enterprise.hardwarePlatform#method-getHardwarePlatformInfo.

Obtains the manufacturer and model for the hardware platform and, if the extension is authorized, returns it via
|callback|.

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/extensions/enterprise.hardwarePlatform#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/extensions/enterprise.hardwarePlatform#method-getHardwarePlatformInfo.
sourceraw docstring

get-hardware-platform-info*cljs

(get-hardware-platform-info* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.enterprise.hardware-platform namespace.

Taps all valid non-deprecated events in chromex.ext.enterprise.hardware-platform namespace.
sourceraw docstring

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

× close