rony2818

Results 3 comments of rony2818

@xqdoo00o Thanks for your PR. I try to use this PR. But data is empty when saveas file zip and dowload. Could you check it? const zip = new JSZip();...

> const zip = new JSZip(); > zip.file("Hello.txt", "Hello World\n"); > const content = await zip.generateAsync({ > type: "blob", > password: "12345678", > encryptStrength: 3, > }); > console.log(content); >...

> > > const zip = new JSZip(); > > > zip.file("Hello.txt", "Hello World\n"); > > > const content = await zip.generateAsync({ > > > type: "blob", > > >...