Liking cljdoc? Tell your friends :D

chromex.app.resources-private

clj

resourcesPrivate.

  • available since Chrome 47
resourcesPrivate.

* available since Chrome 47
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-stringsclj/smacro

(get-strings component)

Gets localized strings for a component extension. Includes default WebUI loadTimeData values for text and language settings (fontsize, fontfamily, language, textdirection). See chrome/browser/extensions/api/resources_private/resources_private_api.cc for instructions on adding a new component to this API.

|component| - Internal chrome component to get strings for.

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

|result| - ?

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.

Gets localized strings for a component extension. Includes default WebUI loadTimeData values for text and language settings
(fontsize, fontfamily, language, textdirection). See chrome/browser/extensions/api/resources_private/resources_private_api.cc for instructions on adding a new component to
this
API.

  |component| - Internal chrome component to get strings for.

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

  |result| - ?

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

get-strings*cljs

(get-strings* config component)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.resources-private namespace.

Taps all valid non-deprecated events in chromex.app.resources-private namespace.
sourceraw docstring

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

× close