Is your feature request related to a problem? Please describe.
Now client-zip is using crc32 implementation with WebAssembly which needs to allow unsafe evals in CSP headers.
Why is your feature relevant to client-zip?
client-zip is using WebAssembly. :-)
Describe the solution you'd like
There could be an option to avoid WebAssembly and use to vanilla JavaScript implementation.
Describe alternatives you've considered
It could automatically fall back to the non-WebAssembly implementation when an exception is thrown.
Additional context
I can create a pull request. Would you be interested in such a feature?
Is your feature request related to a problem? Please describe.
Now client-zip is using crc32 implementation with WebAssembly which needs to allow unsafe evals in CSP headers.
Why is your feature relevant to client-zip?
client-zip is using WebAssembly. :-)
Describe the solution you'd like
There could be an option to avoid WebAssembly and use to vanilla JavaScript implementation.
Describe alternatives you've considered
It could automatically fall back to the non-WebAssembly implementation when an exception is thrown.
Additional context
I can create a pull request. Would you be interested in such a feature?