mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 07:12:15 +00:00
fix bugs
This commit is contained in:
@@ -56,9 +56,6 @@ const zipper = (() => {
|
||||
throw new Error("Zip file closed");
|
||||
}
|
||||
},
|
||||
specifyOnProgress(onprogressCallback) {
|
||||
zipWriter.onprogress = onprogressCallback;
|
||||
},
|
||||
async getZipFile(filename = "archive.zip") {
|
||||
if (zipWriter) {
|
||||
const file = new File([await zipWriter.close()], filename, {type: "application/zip"});
|
||||
|
||||
Reference in New Issue
Block a user