musicManagerPrivate.
musicManagerPrivate. * available since Chrome 36
(get-device-id)
Returns an identifier stable across users and reboots.
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 [device-id] where:
|device-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.
Returns an identifier stable across users and reboots. 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 [device-id] where: |device-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.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.music-manager-private namespace.
Taps all valid non-deprecated events in chromex.app.music-manager-private namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close