【每日一包0020】throttle-debounce

王煒發表於2019-02-16

[github地址:https://github.com/ABCDdouyae…]

throttle-debounce

函式的節流與防抖

throttle

用法:throttle(delay, callback)

debounce 防抖

用法:throttle(delay, boolean(預設false為非立即執行函式), callback)

[測試用例:https://github.com/ABCDdouyae…]

相關文章