(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 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 |