Liking cljdoc? Tell your friends :D

dirac.runtime.bootstrap


*bootstrap-listeners*cljs

source

*bootstrap-timeout*cljs

source

*bootstrapped?*cljs

source

bootstrap!cljs

(bootstrap!)
(bootstrap! callback)

Reusable browser REPL bootstrapping. Patches the essential functions in goog.base to support re-loading of namespaces after page load.

Note that this function might do its job asynchronously if at the time of calling the document is still loading. You may provide a callback which will be called immediately after bootstrapping happens. It has no effect if called after bootstrapping has been already done. Only the callback is called immediately.

Reusable browser REPL bootstrapping. Patches the essential functions
in goog.base to support re-loading of namespaces after page load.

Note that this function might do its job asynchronously if at the time of calling the document is still loading.
You may provide a callback which will be called immediately after bootstrapping happens.
It has no effect if called after bootstrapping has been already done. Only the callback is called immediately.
sourceraw docstring

bootstrap-if-needed!cljs

(bootstrap-if-needed!)
source

call-after-document-finished-loadingcljs

(call-after-document-finished-loading f timeout)
source

notify-listeners!cljs

(notify-listeners! listeners)
source

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

× close