from Hacker News

Ask HN: JavaScript blob compression

by galazzah on 11/1/16, 9:26 PM with 1 comments

I need to compress a blob of binary data in JS before it gets sent to a compute engine. Iv'e checked out GZIP.js and JZIP.js but I don't think they do what I want to do. Any ideas?