From 6450aaceea07d69054dee863de8bf9942b7eef19 Mon Sep 17 00:00:00 2001 From: zakstucke <44890343+zakstucke@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:18:33 -0400 Subject: [PATCH] clone file.encodedName on yield to fix safari+firefox with service worker --- src/zip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zip.ts b/src/zip.ts index b0bbe6c..cf5109c 100644 --- a/src/zip.ts +++ b/src/zip.ts @@ -58,7 +58,7 @@ export async function* loadFiles(files: ForAwaitable