Issue when reading a zip file in Thunderbird #423
-
Beta Was this translation helpful? Give feedback.
Answered by
gildas-lormeau
Jun 23, 2023
Replies: 2 comments 12 replies
-
That probably means the JS runtime does not support generators. A way to fix this issue would be to compile zip.js with babel. The build script already exists, see https://github.com/gildas-lormeau/zip.js/blob/master/rollup-es5.config.js. You should just have to clone the project, run the |
Beta Was this translation helpful? Give feedback.
12 replies
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, I was able to reproduce the issue. I've just published the version 2.7.17 which should fix it. BTW, you don't need to use the ES5 version.