1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 10:29:24 +02:00

Remove decompress-internal.js and pathToBitJS for decompress.

This commit is contained in:
Jeff Schiller 2023-12-12 21:04:41 -08:00
parent d557383c9d
commit eeb228a52b
9 changed files with 369 additions and 482 deletions

View file

@ -9,7 +9,8 @@
/**
* A WebWorker wrapper for a decompress implementation. Upon creation and being
* sent its first message, it dynamically loads the correct decompressor and
* connects the message port
* connects the message port. All other communication takes place over the
* MessageChannel.
*/
/** @type {MessagePort} */