Liking cljdoc? Tell your friends :D

chromex.app.appview-tag

clj

Use the appview tag to embed other Chrome Apps within your Chrome App. (see Usage).

Use the appview tag to embed other Chrome Apps within your
Chrome App. (see Usage).

  * available since Chrome 43
  * https://developer.chrome.com/apps/tags/appview
raw docstring

api-tableclj

source

connectclj/smacro

(connect app)
(connect app data)

Requests another app to be embedded.

|app| - The extension id of the app to be embedded. |data| - Optional developer specified data that the app to be embedded can use when making an embedding decision.

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

|success| - True if the embedding request succeded.

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.

https://developer.chrome.com/apps/tags/appview#method-connect.

Requests another app to be embedded.

  |app| - The extension id of the app to be embedded.
  |data| - Optional developer specified data that the app to be embedded   can use when making an embedding decision.

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

  |success| - True if the embedding request succeded.

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.

https://developer.chrome.com/apps/tags/appview#method-connect.
sourceraw docstring

connect*cljs

(connect* config app data)
source

gen-callclj

source

gen-wrapclj/smacro

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

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.appview-tag namespace.

Taps all valid non-deprecated events in chromex.app.appview-tag namespace.
sourceraw docstring

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

× close