Liking cljdoc? Tell your friends :D

chromex.ext.privacy

clj

Use the chrome.privacy API to control usage of the features in Chrome that can affect a user's privacy. This API relies on the ChromeSetting prototype of the type API for getting and setting Chrome's configuration.

Use the chrome.privacy API to control usage of the features in Chrome that can affect a user's privacy. This API relies on
the ChromeSetting prototype of the type API for getting and setting Chrome's configuration.

  * available since Chrome 26
  * https://developer.chrome.com/extensions/privacy
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-networkclj/smacro

(get-network)

Settings that influence Chrome's handling of network connections in general.

https://developer.chrome.com/extensions/privacy#property-network.

Settings that influence Chrome's handling of network connections in general.

https://developer.chrome.com/extensions/privacy#property-network.
sourceraw docstring

get-servicesclj/smacro

(get-services)

Settings that enable or disable features that require third-party network services provided by Google and your default search provider.

https://developer.chrome.com/extensions/privacy#property-services.

Settings that enable or disable features that require third-party network services provided by Google and your default
search provider.

https://developer.chrome.com/extensions/privacy#property-services.
sourceraw docstring

get-websitesclj/smacro

(get-websites)

Settings that determine what information Chrome makes available to websites.

https://developer.chrome.com/extensions/privacy#property-websites.

Settings that determine what information Chrome makes available to websites.

https://developer.chrome.com/extensions/privacy#property-websites.
sourceraw docstring

network*cljs

(network* config)
source

services*cljs

(services* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.privacy namespace.

Taps all valid non-deprecated events in chromex.ext.privacy namespace.
sourceraw docstring

websites*cljs

(websites* config)
source

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

× close