You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bitjs.archive.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# bitjs.archive
2
2
3
-
This package includes objects for unarchiving binary data in popular archive formats (zip, rar, tar)
4
-
providing unzip, unrar and untarcapabilities via JavaScript in the browser or various JavaScript
5
-
runtimes (node, deno, bun).
3
+
This package includes objects for unarchiving binary data in popular archive formats (zip, rar,
4
+
tar, gzip) providing unzip, unrar, untar, gunzip capabilities via JavaScript in the browser or
5
+
various JavaScript runtimes (node, deno, bun).
6
6
7
-
A prototype version of a compressor that creates Zip files is also present.
7
+
A compressor that creates Zip files is also present.
8
8
9
9
The decompression / compression happens inside a Web Worker, if the runtime supports it (browsers,
10
10
deno). The library uses native decompression, if supported by the browser
11
-
(via [DecompressionStream](https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream)), and falls back to JavaScript implementations otherwise.
0 commit comments