Liking cljdoc? Tell your friends :D

klipse.utils


add-script-tag!cljs

(add-script-tag! url)
source

add-script-tag-once!cljs

source

current-urlcljs

(current-url)
source

debouncecljs

(debounce func wait-in-ms)
source

default-forbidden-symbolscljs

(default-forbidden-symbols)
source

default-permitted-symbolscljs

(default-permitted-symbols)
source

eval-in-global-scopecljs

source

gist-path-pagecljs

(gist-path-page gist-id)
source

gist-path-rawcljs

(gist-path-raw gist-id)
source

klipse-settingscljs

source

klipse-settings*cljs

(klipse-settings*)
source

load-scriptcljs

(load-script script & {:keys [secured-eval?] :or {secured-eval? false}})
source

load-script-memcljs

source

load-scriptscljs

(load-scripts scripts & {:keys [secured-eval?] :or {secured-eval? false}})
source

load-scripts-memcljs

source

memoize-asynccljs

(memoize-async f)

Returns a memoized version of f. If f succeeds (returns [:ok & args]), on subsequent calls it will return the cached results. f must return a channel.

Returns a memoized version of f.
If `f` succeeds (returns [:ok & args]), on subsequent calls it will return the cached results.
`f` must return a channel.
sourceraw docstring

read-input-from-gistcljs

(read-input-from-gist gist-id)
source

runoncecljs

(runonce f)
source

runonce-asynccljs

(runonce-async f)

Returns a function that will run f only once. If f succeeds (returns [:ok & args]), on subsequent calls it will return [:ok]. f must return a channel.

Returns a function that will run `f` only once.
If `f` succeeds (returns [:ok & args]), on subsequent calls it will return [:ok].
`f` must return a channel.
sourceraw docstring

secured-evalcljs

source

securize-eval!cljs

source

securize-eval!*cljs

(securize-eval!* the-forbidden-symbols)
source

setup-container!cljs

(setup-container! container-id)
source

unsecured-eval-in-global-scopecljs

(unsecured-eval-in-global-scope s)
source

url-parameterscljs

source

url-parameters*cljs

(url-parameters*)
source

verbose?cljs

(verbose?)
source

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

× close