Liking cljdoc? Tell your friends :D

com.yetanalytics.sse-fx.command

Easily send command events to a server. Posts, uses transit, and expects a 202

Easily send command events to a server. Posts, uses transit, and expects a 202
raw docstring

register!cljs

(register!)

Register fx for commands

Register fx for commands
sourceraw docstring

send-command!cljs

(send-command! {:keys [uri data encode-msg-fn handle-accepted handle-error
                       headers]
                :or {encode-msg-fn codec/encode-string}
                :as arg-map})
source

send-fxcljs

(send-fx {:keys [handle-accepted handle-error] :as arg-map})
source

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

× close