I am receiving data as an \"ZLIB\" compressed inputstream.
Using Javascript/Ajax/JQuery, I need to uncompress it on the client side.
Is the
Try pako https://github.com/nodeca/pako , it's not just inflate/deflate, but exact zlib port to javascript, with almost all features and options supported. Also, it's the fastest implementation in modern browsers.