Jeff Schiller
|
6c19e3a908
|
For issue #40, support DEFLATE compression in Zipper where the runtime supports it via CompressionStream.
|
2024-01-25 01:17:35 -08:00 |
|
Jeff Schiller
|
45fdedd663
|
Move some common type definitions into archive/common.js and some comments.
|
2024-01-20 16:12:55 -08:00 |
|
Jeff Schiller
|
8e1a7f3d0f
|
Fix compress after previous refactor and add a unit test.
|
2023-12-22 13:18:36 -08:00 |
|
Jeff Schiller
|
cf26e0a2de
|
Add some unit tests for unarchivers. Provide a way to disconnect the impl from the host (for unit tests).
|
2023-12-16 15:28:37 -08:00 |
|
Jeff Schiller
|
48766d0136
|
For issue #44, make the Zipper use MessageChannel and not have a hard dependency on Worker
|
2023-12-13 12:40:45 -08:00 |
|
Jeff Schiller
|
63e84dadb0
|
Issue #28: Removed build step for bitjs.io now that all browsers (Firefox 114+) support ES Module Workers.
|
2023-05-28 10:39:35 -07:00 |
|
Jeff Schiller
|
596a859bdc
|
Implement crc32 calculation for issue #29
|
2021-12-16 15:09:20 -05:00 |
|
Jeff Schiller
|
c0afe7637e
|
Start on issue #29: Add a Zipper that can take multiple files and produce a zip file as an array of bytes (storage only, no compression)
|
2021-12-12 23:39:09 -08:00 |
|