es-toolkit/docs/reference/function
hanna a707c06f7f
feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45)
* feat: Support AbortSignal to debounce for improved cancellation

* refactor: cancel timeoutId & add strict inequality

* fix: formatting in package.json

* refactor: using optional chaining

* fix: follow the fetch API's option

* docs: modify debounce ko, en docs
2024-06-14 08:04:05 +09:00
..
debounce.md feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45) 2024-06-14 08:04:05 +09:00
noop.md feat(noop): Add noop function 2024-06-08 15:47:44 +09:00
once.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
throttle.md feat(debounce, throttle): Support passing arguments to callback function in debounce & throttle function (#26) 2024-06-05 08:05:56 +09:00