Liking cljdoc? Tell your friends :D

chromex.ext.search

clj

Use the chrome.search API to search via the default provider.

Use the chrome.search API to search via the default provider.

* available since Chrome 87
* https://developer.chrome.com/extensions/search
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

queryclj/smacro

(query query-info)

Used to query the default search provider. In case of an error, 'runtime.lastError' will be set.

|query-info| - https://developer.chrome.com/extensions/search#property-query-queryInfo.

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/extensions/search#method-query.

Used to query the default search provider. In case of an error, 'runtime.lastError' will be set.

  |query-info| - https://developer.chrome.com/extensions/search#property-query-queryInfo.

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/extensions/search#method-query.
sourceraw docstring

query*cljs

(query* config query-info)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.search namespace.

Taps all valid non-deprecated events in chromex.ext.search namespace.
sourceraw docstring

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

× close