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
|
726feee48f
|
1.0.6: Return 'vp9' for the video codec in getFullMIMEString(). Also move the annoying warning in deprecated archive.js.
|
2022-11-25 10:58:12 -08:00 |
|
Jeff Schiller
|
84514d1617
|
Update to @returns in all jsdoc
|
2022-04-27 13:31:18 -07:00 |
|
Jeff Schiller
|
cc59935e72
|
Some minor API updates.
|
2021-12-29 20:01:48 -08:00 |
|
Jeff Schiller
|
85dcee80ec
|
Experiment with marking ArrayBuffers are Transferable across the Worker thread boundary for unzip.
|
2021-12-12 12:15:29 -08:00 |
|
Jeff Schiller
|
8bf65d6384
|
Add an UnarchiveAppendEvent so listeners can tell when the ArrayBuffer has received more bytes.
|
2021-06-20 10:31:38 -07:00 |
|
Jeff Schiller
|
a5e3d2f0b5
|
Move actual archive functionality into archive-internal.js so we can eventually unit test it in nodejs.
|
2021-06-20 10:19:43 -07:00 |
|
codedread
|
97fcf8d630
|
Fix a minor bug with MIME type sniffing and let callers specify whether unarchivers should debug log to the console
|
2020-04-29 20:48:52 -07:00 |
|
codedread
|
60a6bf405c
|
Use the file sniffer inside archive.js
|
2020-04-02 23:43:24 -07:00 |
|
codedread
|
2cc77f905b
|
Turn archive.js into an ES module for Issue #16
|
2020-04-02 17:29:02 -07:00 |
|
codedread
|
78a11e1b12
|
Remove unzip/unrar/untar worker dependency on archive.js so that we can turn it into an ES module for Issue #16
|
2020-04-02 09:35:31 -07:00 |
|
codedread
|
58ac1aed25
|
Surface metadata from zip files to clients
|
2020-01-19 09:33:58 -08:00 |
|
codedread
|
f6fe788693
|
If there are not at least ten bytes in the arraybuffer, return a null unarchiver
|
2019-03-08 08:19:37 -08:00 |
|
codedread
|
b04e638c93
|
Add logging as a parameter (used in unzip.js). Add a TODO for unrar.js to use a ByteStream for the file headers
|
2018-01-29 22:06:54 -08:00 |
|
codedread
|
23e3921072
|
Track number of compressed bytes read in while unarchiving and reporting progress
|
2018-01-26 00:12:58 -08:00 |
|
codedread
|
9d08824bfd
|
Give a way for Unarchivers to have additional bytes pushed to their Workers. Update unzip() to work for streamed data.
|
2018-01-23 23:59:37 -08:00 |
|
codedread
|
d2a4329893
|
Whitespace and a couple arrow functions
|
2017-02-21 12:05:03 -08:00 |
|
codedread
|
0d27e9d9c0
|
Fix unzipper so that it always gets a fresh buffer of data. Remove a debugger statement
|
2017-02-21 11:45:28 -08:00 |
|
codedread
|
14abef20d6
|
Convert to ES6 classes
|
2017-02-20 14:36:48 -08:00 |
|
codedread
|
639a23e69b
|
Start the move to es6: Change all vars to lets/consts
|
2017-02-20 12:47:17 -08:00 |
|
codedread
|
2488bb43b5
|
Add some more unrar tests
|
2017-02-19 12:39:10 -08:00 |
|
codedread
|
19af90a27f
|
Move all archive-related files into a subdirectory called archive
|
2017-02-19 09:49:06 -08:00 |
|