Skip to content

Commit 2176393

Browse files
save file
1 parent 29e7850 commit 2176393

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/misc/zip/v2.0/zip-v2.0.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,10 @@
361361

362362
btn.export = function(){
363363

364-
console.log(filenav.cur);
364+
console.log(filenav.cur,zip);
365+
366+
var blob = await zip.file("path/inside/zip.txt").async('blob');
367+
console.log(blob);
365368

366369
}//export
367370

0 commit comments

Comments
 (0)