TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: JavaScript blob compression

1 点作者 galazzah超过 8 年前
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?

1 comment

mike_r_parsons超过 8 年前
<a href="http:&#x2F;&#x2F;nodeca.github.io&#x2F;pako&#x2F;" rel="nofollow">http:&#x2F;&#x2F;nodeca.github.io&#x2F;pako&#x2F;</a> <a href="http:&#x2F;&#x2F;pieroxy.net&#x2F;blog&#x2F;pages&#x2F;lz-string&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;pieroxy.net&#x2F;blog&#x2F;pages&#x2F;lz-string&#x2F;index.html</a>