I need to be able to decompress data that I receive, like this:
Zlib.Gunzip(atob(data)).decompress()
How can I get the Zlib library into my Ionic v2 project to be able to use it like that?
Thank you.
I need to be able to decompress data that I receive, like this:
Zlib.Gunzip(atob(data)).decompress()
How can I get the Zlib library into my Ionic v2 project to be able to use it like that?
Thank you.
Have you looked at pako?