(communication-script {:keys [port counter]})
The communication JS script to init a WebSocket to the server.
The communication JS script to init a WebSocket to the server.
(routes {:keys [:body :request-method :uri] :as req})
Web server routes.
Web server routes.
(scittle-eval-string! code)
Send ClojureScript code to be evaluated on the Clay page. The code will be executed directly using scittle.core.eval_string.
Send ClojureScript code to be evaluated on the Clay page. The code will be executed directly using scittle.core.eval_string.
(update-page! {:as spec
:keys [show base-target-path page full-target-path]
:or {full-target-path (str base-target-path "/" ".clay.html")}})
(wrap-base-url html
{:as state
{:keys [flatten-targets full-target-path base-target-path]}
:last-rendered-spec})
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |