gzip-js icon indicating copy to clipboard operation
gzip-js copied to clipboard

GZIP implemented in pure JavaScript

Results 15 gzip-js issues
Sort by recently updated
recently updated
newest added

Hi, very nice lib, but I cannot figure out how to unzip it, when a do gzip.unzip(out) - I get back array of numbers [ 72, 101, 108, 108, 111,...

If I zip a string a string 'hello world' in the browser, upload to a node.js server and call unzip, it throws `Checksum does not match`. Am I missing something...

I'm getting a weird text. ` let options = { level: 3, name: file.name, timestamp: 54554545 }; debugger let test = gzip.zip(file, options); var decoded=""; let testa = test.forEach(ch=>decoded+=(String.fromCharCode(ch)));` ```...

"中文".charCodeAt(); after gizp error can't ungizp you can use utf-8

- Upgrade `optimist` to `0.2.8` - Improve PEP8 compliance. - Improve PyLInt compliance. - Improve JSHint compliance.

Is any one maintaining this?

### Why Compile this package into an umd module to compatible browser runtime when using CDN. ### How ```html

Hi! I saw you described > The main goal of this project is to bring GZIP compression to the browser. in Readme.md. But I can not find a way to...

I have a CSS file, I have a base64 URL, I need to compress it, ok?