Related questions
JavaScript implementation of Gzip
I'm writing a Web application that needs to store JSON data in a small, fixed-size server-side cache via AJAX (think: Opensocial quotas). I do not have control over the server.
I need to reduce the size of the stored data …
Decompress gzip and zlib string in javascript
I want to get compress layer data from tmx file . Who knows libraries for decompress gzip and zlib string in javascript ? I try zlib but it doesn't work for me . Ex , layer data in tmx file is :
<data encoding="…
JavaScript: Decompress / inflate /unzip /ungzip strings
I'm looking for JavaScript implementation of string inflating algorithms.
I want to compress on the server side (Java), and decompress on the client side (JavaScript).
I've found:
unzip strings in javascript
That one is marked as answered with an answer …