* 函数防抖,返回一个延迟指定时间且仅执行最后一次触发的函数,若以小于指定时间的频率一直调用,则函数不会执行 * @param {number} time 指定时间(单位:ms) * @param {function} fn 处理函数(arg1,...) * @param {object} bind fn绑定的作用域对象
(time, fn, bind)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected