* available since Chrome 30
(get-client-id)
Gets the Client ID used to access Google service APIs.
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| - Client ID.
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 the Client ID used to access Google service APIs. 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| - Client ID. 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.
(get-host-name)
Returns local hostname.
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| - Host name.
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.
Returns local hostname. 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| - Host name. 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.
(get-printers)
Returns local printers.
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| - List of printer names.
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.
Returns local printers. 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| - List of printer names. 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.
(setup-connector user-email robot-email credentials user-settings)
Setup Cloud Print Connector.
|user-email| - The email address of the user. |robot-email| - The email address of the robot account. |credentials| - The login credentials(OAuth2 Auth code). |user-settings| - Options configured by user.
Setup Cloud Print Connector. |user-email| - The email address of the user. |robot-email| - The email address of the robot account. |credentials| - The login credentials(OAuth2 Auth code). |user-settings| - Options configured by user.
(setup-connector* config user-email robot-email credentials user-settings)
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.ext.cloud-print-private namespace.
Taps all valid non-deprecated events in chromex.ext.cloud-print-private namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close