MCPcopy Create free account
hub / github.com/devin87/Q.js / debounce

Function debounce

node/Q.js:697–708  ·  view source on GitHub ↗

* 函数防抖,返回一个延迟指定时间且仅执行最后一次触发的函数,若以小于指定时间的频率一直调用,则函数不会执行 * @param {number} time 指定时间(单位:ms) * @param {function} fn 处理函数(arg1,...) * @param {object} bind fn绑定的作用域对象

(time, fn, bind)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected