jszip icon indicating copy to clipboard operation
jszip copied to clipboard

progress does not work

Open SebiTimeWaster opened this issue 4 years ago • 1 comments

following the "onUpdate" example in https://stuk.github.io/jszip/documentation/api_jszip/generate_async.html all log statements execute at the same time when the zipping is done, rendering the callback useless. (run in browser)

SebiTimeWaster avatar Sep 21 '21 17:09 SebiTimeWaster

I noticed the same. By the time updateCallback runs, all files are already downloaded into browser, so this does not provide any functional progress indicator for actual downloading of the files.

mjau-mjau avatar May 16 '22 09:05 mjau-mjau