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