| Method | Purpose |
|---|---|
debounce(fn, wait) |
Executes only after idle period |
throttle(fn, wait) |
Limits execution rate |
rateTracker(fn, windowMs) |
Tracks call frequency |
| Method | Purpose |
|---|---|
debounce(fn, wait) |
Executes only after idle period |
throttle(fn, wait) |
Limits execution rate |
rateTracker(fn, windowMs) |
Tracks call frequency |