FileSaver saveAs function does not download all the files using Promise.allSettled
I have a TypeScript function that tries to download a large number of small documents concurrently. Here’s the code:
I have a TypeScript function that tries to download a large number of small documents concurrently. Here’s the code: