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: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
`client-zip` concatenates multiple files (e.g. from multiple HTTP requests) into a single ZIP, **in the browser**, so you can let your users download all the files in one click. It does *not* compress the files or unzip existing archives.
9
9
10
-
`client-zip` is lightweight (6.3 kB minified, 2.6 kB gzipped), dependency-free, and 40 times faster than the old JSZip.
10
+
`client-zip` is lightweight (6.4 kB minified, 2.6 kB gzipped), dependency-free, and 40 times faster than the old JSZip.
11
11
12
12
*[Quick Start](#Quick-Start)
13
13
*[Compatibility](#Compatibility)
@@ -75,6 +75,7 @@ function predictLength(metadata: Iterable<MetadataTypes>): bigint
The *options* argumentcurrentlysupportsthreeproperties, `length`, `metadata` (see [Content-Lengthprediction](#content-length-prediction)) and `buffersAreUTF8` (see [Filenameencoding](#filename-encoding)).
80
81
@@ -156,9 +157,9 @@ In a different experiment using Deno to avoid storing very large output files, m
156
157
157
158
Now, comparingbundlesizeisclearlyunfairbecausetheothersdoabunchofthingsthatmylibrarydoesn't. Here you go anyway (sizes are shown in decimal kilobytes):
0 commit comments