async-throttle-cache
Version:
Throttle or debounce asynchronous functions and return cached result for each function calls. It can be used for rate limit.
17 lines (16 loc) • 289 B
JavaScript
Throttle or debounce asynchronous functions and return cached result for each function calls. It can be used for rate limit.