mirror of
https://github.com/ayunami2000/ayunWebEPK.git
synced 2024-11-23 19:16:06 -08:00
wjdiewhjaksjkasdjkas
This commit is contained in:
parent
0381621d2d
commit
14f8ea7868
|
@ -87,7 +87,7 @@
|
||||||
for (const file of fileList) {
|
for (const file of fileList) {
|
||||||
progressBar.value++;
|
progressBar.value++;
|
||||||
if (file.type != 'FILE') continue;
|
if (file.type != 'FILE') continue;
|
||||||
zip.file(file.name, file.data); // todo: check if it'll accept a blob as input
|
zip.file(file.name, file.data);
|
||||||
}
|
}
|
||||||
|
|
||||||
zip.generateAsync({type: 'blob'}).then(function(content) {
|
zip.generateAsync({type: 'blob'}).then(function(content) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user