Liking cljdoc? Tell your friends :D

chromex.ext.proxy

clj

Use the chrome.proxy API to manage Chrome's proxy settings. This API relies on the ChromeSetting prototype of the type API for getting and setting the proxy configuration.

Use the chrome.proxy API to manage Chrome's proxy settings. This API relies on the ChromeSetting prototype of the type API
for getting and setting the proxy configuration.

  * available since Chrome 25
  * https://developer.chrome.com/extensions/proxy
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-settingsclj/smacro

(get-settings)

Proxy settings to be used. The value of this setting is a ProxyConfig object.

https://developer.chrome.com/extensions/proxy#property-settings.

Proxy settings to be used. The value of this setting is a ProxyConfig object.

https://developer.chrome.com/extensions/proxy#property-settings.
sourceraw docstring

on-proxy-error*cljs

(on-proxy-error* config channel & args)
source

settings*cljs

(settings* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

tap-on-proxy-error-eventsclj/smacro

(tap-on-proxy-error-events channel & args)

Notifies about proxy errors.

Events will be put on the |channel| with signature [::on-proxy-error [details]] where:

|details| - https://developer.chrome.com/extensions/proxy#property-onProxyError-details.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

https://developer.chrome.com/extensions/proxy#event-onProxyError.

Notifies about proxy errors.

Events will be put on the |channel| with signature [::on-proxy-error [details]] where:

  |details| - https://developer.chrome.com/extensions/proxy#property-onProxyError-details.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

https://developer.chrome.com/extensions/proxy#event-onProxyError.
sourceraw docstring

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

× close