I want to know if filesaver can be used to download multiple files, and if so can they be downloaded using ZIP file?
You could use something like jszip... pack all your files, generate a zip (blob) and save that zip using fileSaver
This question can be closed, right?
Most helpful comment
You could use something like jszip... pack all your files, generate a zip (blob) and save that zip using fileSaver