Liking cljdoc? Tell your friends :D

chromex.app.browser

clj

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
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

open-tabclj/smacro

(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.

https://developer.chrome.com/apps/browser#method-openTab.

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.
sourceraw docstring

open-tab*cljs

(open-tab* config options)
source

tap-all-eventsclj/smacro

(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.
sourceraw docstring

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

× close