Answer the question
In order to leave comments, you need to log in
NPM module to decompress zip archived content from a string instead of a file?
Need a module that can decode a zip from a string without creating intermediate files.
Note: Initially I forgot to mention that this should all be decoded in the browser.
Solution: It turns out that gzip is a regular Base64 string. Therefore, it can be decoded without modules at all, in a couple of lines.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question