Liking cljdoc? Tell your friends :D

figwheel.client.utils


*print-debug*cljs

source

base-url-pathcljs

(base-url-path)
source

create-custom-eventcljs

(create-custom-event event-name data)
source

debug-prncljs

(debug-prn o)
source

devclj/smacro

(dev & body)
source

dev-assertclj/smacro

(dev-assert & body)
source

dev-blocks?clj

source

disable-dev-blocks!clj/smacro

(disable-dev-blocks!)
source

dispatch-custom-eventcljs

(dispatch-custom-event event-name data)
source

enable-dev-blocks!clj/smacro

(enable-dev-blocks!)
source

eval-helpercljs

(eval-helper code {:keys [eval-fn] :as opts})
source

feature?clj/smacro

(feature? obj feature)
source

host-env?cljs

(host-env?)
source

html-env?cljs

(html-env?)
source

html-or-react-native-env?cljs

(html-or-react-native-env?)
source

liftContDcljs

(liftContD deferred f)

chains an async action on to a deferred Must provide a goog.async.Deferred and action function that takes an initial value and a continuation fn to call with the result

chains an async action on to a deferred
Must provide a goog.async.Deferred and action function that
takes an initial value and a continuation fn to call with the result
sourceraw docstring

local-persistent-configcljs

source

logcljs

(log x)
(log level arg)
source

mapConcatDcljs

(mapConcatD deferred f coll)

maps an async action across a collection and chains the results onto a deferred

maps an async action across a collection and chains the results
onto a deferred
sourceraw docstring

node-env?cljs

(node-env?)
source

persistent-config-getcljs

(persistent-config-get ky)
(persistent-config-get ky not-found)
source

persistent-config-set!cljs

(persistent-config-set! ky v)

Set a local value on a key that in a browser will persist even when the browser gets reloaded.

Set a local value on a key that in a browser will persist even when
the browser gets reloaded.
sourceraw docstring

pprint-to-stringcljs

(pprint-to-string x)
source

react-native-env?cljs

(react-native-env?)
source

worker-env?cljs

(worker-env?)
source

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

× close