How to compile zip.js so that it can adapt to lower versions of browsers, such as chrome 49 #285
Unanswered
huangminsky
asked this question in
Q&A
Replies: 3 comments 2 replies
This comment has been hidden.
This comment has been hidden.
-
For the record, zip.js now includes a rollup script to build files for older browsers like IE 11, see https://github.com/gildas-lormeau/zip.js/blob/master/rollup-es5.config.js. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to compile zip.js so that it can adapt to lower versions of browsers, such as chrome 49 ?
【rollup.config.js】
【.babelrc】
Then I imported bundle.js, and zipWriter.add(file.name, new zip.BlobReader(file), options);
However, an error is reported in the lower version browser


Then I check the error log ,It's from z-worker-inline.js
anyone know what happened ??
Beta Was this translation helpful? Give feedback.
All reactions