Replies: 2 comments
-
Could you tell me more precisely what you mean? You can find an example of service worker which uses zip.js to decompress files here: https://github.com/gildas-lormeau/zip.js/blob/1162729066581bfd78ee73cb6708e6754ba5cc3d/tests/all/test-sw-worker.js. The music player in the demo "Zip Manager" does something similar, see https://github.com/gildas-lormeau/zip-manager/blob/1653f0c1759b6b3afa0608f3a31fa39bab736fc8/src/sw.js#L60-L75. |
Beta Was this translation helpful? Give feedback.
-
I know why my error.it's lost
zip-full.js:7279 Uncaught TypeError: Cannot read properties of undefined (reading 'writable') |
Beta Was this translation helpful? Give feedback.
-
can build sericeWorker decompress version?
the
new BlobReader
can auto?Beta Was this translation helpful? Give feedback.
All reactions