thejoshwolfe / yazl

yet another zip library for node
MIT License
341 stars 45 forks source link

Progress event #41

Open nastakhov opened 6 years ago

nastakhov commented 6 years ago

Hello. Thank you for the wonderful library!

Is it possible to know how much of compression is completed (maybe only for the {compress: false} case) ? Some kind of 'progress' event.

thejoshwolfe commented 6 years ago

this has been requested before in #26. this is possible to do pretty well, but it is a little bit complex to implement. I'll put it on my todo list.