jszip
jszip copied to clipboard
file treating folder
in macos, use macZip app, the zip file as follow:
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: