Jeff Schiller
|
f71c893f63
|
Fix issue #44, make decompress work in NodeJS (use Worker only where possible).
|
2023-12-11 22:00:35 -08:00 |
|
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
|
47ae6f8965
|
Fix issue #30: Make Unarchiver derive from EventTarget and the UnarchiveEvents derive from Event.
|
2023-02-08 21:18:51 -08: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
|
96ba25aef7
|
Update file comments in decompress-internal.js
|
2021-12-29 20:19:28 -08:00 |
|
Jeff Schiller
|
cc59935e72
|
Some minor API updates.
|
2021-12-29 20:01:48 -08:00 |
|