Use the chrome.browser API to interact with the Chrome browser associated with the current application and Chrome profile.
Use the chrome.browser API to interact with the Chrome browser associated with the current application and Chrome profile. * available since Chrome 42 * https://developer.chrome.com/apps/browser
(open-tab options)
Opens a new tab in a browser window associated with the current application and Chrome profile. If no browser window for the Chrome profile is opened, a new one is opened prior to creating the new tab.
|options| - Configures how the tab should be opened.
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.
Opens a new tab in a browser window associated with the current application and Chrome profile. If no browser window for the Chrome profile is opened, a new one is opened prior to creating the new tab. |options| - Configures how the tab should be opened. 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. https://developer.chrome.com/apps/browser#method-openTab.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.browser namespace.
Taps all valid non-deprecated events in chromex.app.browser namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close