Appearance
• cancel: Function
Function
取消防抖,阻止后续函数执行。
• flush: Function
立即执行函数并取消防抖。
• pending: Function
判断防抖函数是否在运行中。
• run: Function
经过防抖处理后的运行函数。