Wojtek
Results
1
issues of
Wojtek
following docs: zip .generateNodeStream({ type: 'nodebuffer', streamFiles: true }) .pipe(fs.createWriteStream('out.zip')) .on('finish', () => { // JSZip generates a readable stream with a "end" event, // but is piped here in...