pako icon indicating copy to clipboard operation
pako copied to clipboard

high speed zlib port to javascript, works in browser & node.js

Results 23 pako issues
Sort by recently updated
recently updated
newest added

I have a particular file that can be read no problem with pako.js but if I try pako.min.js or pako_inflate.min.js it shows the error "incorrect header check" in the console....

When reading the image stream, correctly inflate and store it in chunks and outputs. But when returning, the last output data was not integrated, and when returning, ended was false,...

Can I have more than one file in a gzip file?