(eval-with-logger! c exp)
Evals an expression where the window.console object is lexically bound to an object that puts the console output on a channel. Returns the empty string. It works fine also with asynchronous code.
Evals an expression where the window.console object is lexically bound to an object that puts the console output on a channel. Returns the empty string. It works fine also with asynchronous code.
(str-eval-js-async exp
{:keys [async-code? external-libs container-id]
:or {async-code? false external-libs nil}})
(str-eval-js-stopify-async exp
{:keys [async-code? external-libs container-id]
:or {async-code? false external-libs nil}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close