Promise-SubArrays
This is a simple tool, similar to Promise.all() but allows you to await a certain number of promises at once. This is great for making many HTTP requests in batches to avoid being rate limited.
See test.js for example usage.
This is a simple tool, similar to Promise.all() but allows you to await a certain number of promises at once. This is great for making many HTTP requests in batches to avoid being rate limited.
See test.js for example usage.
npm i promise-subarrays
5
0.1.2
Apache-2.0
2.23 kB
4