I am trying to save html pages as files using the filesaver.js.
My idea is to save files when the download button is clicked.
Here actually I have a few blobs and I am running a loop to save all the blobs one after the other using the same saveAs function. And when I am doing that only the first blob is getting saved. Somebody please tell me what can be done to save all the blobs.