1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 09:39:16 +02:00
bitjs/archive
2024-02-04 20:54:51 -08:00
..
archive.js Update some TODOs for a 2.0 release 2024-01-26 09:23:24 -08:00
common.js Move some common type definitions into archive/common.js and some comments. 2024-01-20 16:12:55 -08:00
compress.js Tweak README for 1.2.2 release 2024-01-26 17:14:10 -08:00
decompress.js For issue #48, add Gunzipper that relies on DecompressionStream('gzip'). 2024-02-04 20:54:51 -08:00
events.js Tweak README for 1.2.2 release 2024-01-26 17:14:10 -08:00
gunzip.js For issue #48, add Gunzipper that relies on DecompressionStream('gzip'). 2024-02-04 20:54:51 -08:00
inflate.js Move INFLATE implementation into its own module. 2024-02-04 15:41:21 -08:00
rarvm.js 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
unrar.js Fix unrar unit tests. Remove RAR5 test files. Properly error on RAR5 files for issue #25 2024-02-03 14:22:05 -08:00
untar.js Move some common type definitions into archive/common.js and some comments. 2024-01-20 16:12:55 -08:00
unzip.js Move INFLATE implementation into its own module. 2024-02-04 15:41:21 -08:00
webworker-wrapper.js Fix JS error in WebWorker wrapper 2024-01-25 19:44:10 -08:00
zip.js For issue #40, support DEFLATE compression in Zipper where the runtime supports it via CompressionStream. 2024-01-25 01:17:35 -08:00