Liking cljdoc? Tell your friends :D

chromex.ext.enterprise.networking-attributes

clj

Use the chrome.enterprise.networkingAttributes API to read information about your current network. Note: This API is only available to extensions force-installed by enterprise policy.

Use the chrome.enterprise.networkingAttributes API to read
information about your current network.
Note: This API is only available to extensions force-installed by enterprise
policy.

  * available since Chrome 85
  * https://developer.chrome.com/extensions/enterprise.networkingAttributes
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-network-detailsclj/smacro

(get-network-details)

Retrieves the network details of the device's default network. If the user is not affiliated or the device is not connected to a network, 'runtime.lastError' will be set with a failure reason.

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 [network-addresses] where:

|network-addresses| - https://developer.chrome.com/extensions/enterprise.networkingAttributes#property-callback-networkAddresses.

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.networkingAttributes#method-getNetworkDetails.

Retrieves the network details of the device's default network. If the user is not affiliated or the device is not connected
to a network, 'runtime.lastError' will be set with a failure reason.

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 [network-addresses] where:

  |network-addresses| - https://developer.chrome.com/extensions/enterprise.networkingAttributes#property-callback-networkAddresses.

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.networkingAttributes#method-getNetworkDetails.
sourceraw docstring

get-network-details*cljs

(get-network-details* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.enterprise.networking-attributes namespace.

Taps all valid non-deprecated events in chromex.ext.enterprise.networking-attributes namespace.
sourceraw docstring

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

× close