Jeff Schiller
|
5ad89892bd
|
Move archive events into its own module.
|
2023-12-11 08:57:07 -08:00 |
|
Jeff Schiller
|
8e1f8b139a
|
Rename DecompressorOptions to UnarchiverOptions. Add a ThreadingMode enum (only WebWorkers for now). Remove need to keep a handle to the decompressor impl from Unarchiver.
|
2023-12-11 08:19:53 -08:00 |
|
Jeff Schiller
|
ac6807edec
|
For Issue #44, introduce a @typedef for UnarchiverOptions
|
2023-12-11 00:29:50 -08:00 |
|
Jeff Schiller
|
df5c5cfa0f
|
Rework decompression implementations to not be Workers, but instead communicate to the host via a MessagePort. This doesn't address issue #44 directly yet (still need a way to swap out port connection with a non-Web Worker).
|
2023-12-11 00:12:42 -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
|
84514d1617
|
Update to @returns in all jsdoc
|
2022-04-27 13:31:18 -07:00 |
|
Jeff Schiller
|
7746b8c03f
|
Tweak the file signature sniffer so byte tree initialization happens lazily.
|
2022-01-14 12:17:03 -08:00 |
|
Jeff Schiller
|
cc59935e72
|
Some minor API updates.
|
2021-12-29 20:01:48 -08:00 |
|