Liking cljdoc? Tell your friends :D

js.cell.link-raw


*temp-id*clj


add-callbackclj

(add-callback link key pred handler)

adds a callback to the link

adds a callback to the link
raw docstring

async-postcljmacro

(async-post value)

helper for async post

helper for async post
raw docstring

callclj

(call link event)

calls the link with an event

calls the link with an event
raw docstring

call-idclj

(call-id link)

gets the call id

gets the call id
raw docstring

(link-active link)

gets the calls that are active

gets the calls that are active
raw docstring

(link-create worker-url)

creates a link from url

creates a link from url
raw docstring

(link-create-worker worker-url active callbacks)

helper function to create a worker

helper function to create a worker
raw docstring

(link-listener e active callbacks)

constructs a link listener

constructs a link listener
raw docstring

(link-listener-call data active)

resolves a call to the link

resolves a call to the link
raw docstring

(link-listener-event data callbacks)

notifies all registered callbacks

notifies all registered callbacks
raw docstring

list-callbacksclj

(list-callbacks link)

lists all callbacks on the link

lists all callbacks on the link
raw docstring

MODULEclj


post-evalclj

(post-eval link body & [async id])

posts to worker, works in conjuction with async-post

posts to worker, works in conjuction with async-post
raw docstring

remove-callbackclj

(remove-callback link key)

removes a callback on the link

removes a callback on the link
raw docstring

wait-evalcljmacro

(wait-eval link body & [async id])

posts code to worker with eval

posts code to worker with eval
raw docstring

wait-postcljmacro

(wait-post worker body & [action opts id])

posts code to worker

posts code to worker
raw docstring

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

× close