Skip to content

Commit 92f46a7

Browse files
save file
1 parent 2010225 commit 92f46a7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,14 @@
773773
}//files
774774

775775

776+
archive.load = async function(blob){
777+
778+
var result = await archive[archive.type].load(blob);
779+
return result;
780+
781+
}//load
782+
783+
776784
archive.file.add = function(path,blob){
777785

778786
if(typeof blob=='string'){

0 commit comments

Comments
 (0)