MaiMai
Results
4
comments of
MaiMai
Thank you for your reply. You can try creating a new 5M disk and then extract a file larger than 5M using the extract api. You will receive an error...
After testing, I found that the callback api also has this issues ```javascript const zip = new StreamZip({ file: "big.zip" // assume the big.zip is 50M }); zip.on('ready', () =>...
same issue