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.
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
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close