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:
parent
d557383c9d
commit
eeb228a52b
9 changed files with 369 additions and 482 deletions
|
@ -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} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue