Liking cljdoc? Tell your friends :D
ClojureScript only.

om-fields.util


debouncecljs

(debounce source msecs)

Given the input channel source and a debouncing time of msecs, return a new channel that will forward the latest event from source at most every msecs milliseconds

Given the input channel source and a debouncing time of msecs, return a new
channel that will forward the latest event from source at most every msecs
milliseconds
sourceraw docstring

str-or-nilcljs

(str-or-nil s)
source

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

× close