Skip to content

Tag: gzip

I want to decompress a GZIP string with JavaScript

I have this GZIPed string: H4sIAAAAAAAA//NIzcnJVyguSUzOzi9LLUrLyS/XUSjJSMzLLlZIyy9SSMwpT6wsVshIzSnIzEtXBACs78K6LwAAAA== I created that with this website: http://www.txtwizard.net/compression I have tried using pako to ungzip it. The issue is that Pako throws the error: incorrect header check What am I missing…