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