Replies: 5 comments
-
PS:
|
Beta Was this translation helpful? Give feedback.
-
The error |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your prompt reply. After updating zip.js with version 2.7.36, I now receive this error in Safari : Hoping to find a fix to this, thank your for your time. |
Beta Was this translation helpful? Give feedback.
-
I don't don't know what you are doing. Please provide some code and the full stack-trace at least. |
Beta Was this translation helpful? Give feedback.
-
I'm converting the issue to a question because using |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I've written a code to download a file, which works perfectly in Chrome but in Safari on MacOS (Safari Version 14.1.2 (16611.3.10.1.6)) it returns the message: " ReferenceError: Can't find variable: zip".
This refers to a part of my code in which I create a new zip writer, like:
const zipWriter = new zip.ZipWriter(new zip.BlobWriter("application/zip"));
Is it because this Safari version does not support FileReader/Filewriter?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions