Albert's Blog

首页想法友链朋友圈关于

throttle

240614Note: debounce and throttle function of typescript version
export function debounce<F extends(...rest: any[]) => void>( fn: F, delay = 200): (this: ThisType<F>, ...args: Parameters<F>) => void { let timer:...
2024-06-14
Read More

© 2025 Albert's Blog. All rights reserved.