JavaScript DEFLATE Implementation

Viewed 31290

Are there any open source DEFLATE encoder implementations for JavaScript? I need it to generate a binary format on the client-side that requires DEFLATE.

2 Answers
Related