jszip icon indicating copy to clipboard operation
jszip copied to clipboard

file treating folder

Open stoneeagle opened this issue 1 year ago • 0 comments

in macos, use macZip app, the zip file as follow: image

but, when i use the jsZip:

const data = await this.getBinaryContent(url, options); const zip = await JSZip.loadAsync(data); const files = Object.values(zip.files);

by debug, all files are dirs: image

stoneeagle avatar Aug 09 '24 09:08 stoneeagle