Liking cljdoc? Tell your friends :D

chromex.app.inline-install-private

clj

Private API to initiate inline install flow of other apps.

  • available since Chrome 70
Private API to initiate inline install flow of other apps.

* available since Chrome 70
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

installclj/smacro

(install id)

This can currently only be used to install apps, but not extensions.

|id| - ?

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 [error error-code] where:

|error| - ? |error-code| - ?

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.

This can currently only be used to install apps, but not extensions.

  |id| - ?

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 [error error-code] where:

  |error| - ?
  |error-code| - ?

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*cljs

(install* config id)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.inline-install-private namespace.

Taps all valid non-deprecated events in chromex.app.inline-install-private namespace.
sourceraw docstring

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

× close