Utility to delay state updates from items, which is sometimes useful for input elements.
Utility to delay state updates from items, which is sometimes useful for input elements.
(debounce item & [resolve-conflict])
Delays the upward propagation of state updates of the given item, until the next animation frame.
Delays the upward propagation of state updates of the given item, until the next animation frame.
(debounce-delay ms item & [resolve-conflict])
Delays the upward propagation of state updates of the given item, for the given number of milliseconds.
Delays the upward propagation of state updates of the given item, for the given number of milliseconds.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close