Liking cljdoc? Tell your friends :D

chromex.app.webstore-widget-private

clj

webstoreWidgetPrivate API. This is a private API used to install apps via Chrome Web Store widget - for example in Files app to install file system provider services.

  • available since Chrome 44
webstoreWidgetPrivate API.
This is a private API used to install apps via Chrome Web Store widget - for
example in Files app to install file system provider services.

  * available since Chrome 44
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

install-webstore-itemclj/smacro

(install-webstore-item item-id silent-installation)

Requests to install a webstore item. |item_id| The id of the item to install. |silentInstallation| False to show installation prompt. True not to show. Can be set to true only for a subset of installation requests.

|item-id| - ? |silent-installation| - ?

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 [].

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.

Requests to install a webstore item. |item_id| The id of the item to install. |silentInstallation| False to show
installation prompt. True not to show.     Can be set to true only for a subset of installation requests.

  |item-id| - ?
  |silent-installation| - ?

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 [].

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.
sourceraw docstring

install-webstore-item*cljs

(install-webstore-item* config item-id silent-installation)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.webstore-widget-private namespace.

Taps all valid non-deprecated events in chromex.app.webstore-widget-private namespace.
sourceraw docstring

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

× close