* available since Chrome 36
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.media-player-private namespace.
Taps all valid non-deprecated events in chromex.app.media-player-private namespace.
(tap-on-next-track-events channel & args)
Notifies that the next track was requested.
Events will be put on the |channel| with signature [::on-next-track []].
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
Notifies that the next track was requested. Events will be put on the |channel| with signature [::on-next-track []]. Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
(tap-on-prev-track-events channel & args)
Notifies that the previous tack was requested.
Events will be put on the |channel| with signature [::on-prev-track []].
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
Notifies that the previous tack was requested. Events will be put on the |channel| with signature [::on-prev-track []]. Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
(tap-on-toggle-play-state-events channel & args)
Notifies that a play/pause toggle was requested.
Events will be put on the |channel| with signature [::on-toggle-play-state []].
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
Notifies that a play/pause toggle was requested. Events will be put on the |channel| with signature [::on-toggle-play-state []]. Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close