I am receiving data as an \"ZLIB\" compressed inputstream.
Using Javascript/Ajax/JQuery, I need to uncompress it on the client side.
Is the
Browserify-zlib works perfectly for me, it uses pako and has the exact same api as zlib. After I struggled for days with compressing/decompressing zlib encoded payloads in client side with pako, I can say that browserify-zlib is really convenient.