File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ unzipper.update(anArrayBufferWithYetMoreBytes);
9090
9191#### Compressing
9292
93- The Zipper only supports creating zip files without compression (story only) for now. The interface
93+ The Zipper only supports creating zip files without compression (store only) for now. The interface
9494is pretty straightforward and there is no event-based / streaming API.
9595
9696``` javascript
Original file line number Diff line number Diff line change 1+ /**
2+ * compress.js
3+ *
4+ * Provides base functionality for compressing.
5+ *
6+ * Licensed under the MIT License
7+ *
8+ * Copyright(c) 2023 Google Inc.
9+ */
110
211// NOTE: THIS IS A VERY HACKY WORK-IN-PROGRESS! THE API IS NOT FROZEN! USE AT YOUR OWN RISK!
312
You can’t perform that action at this time.
0 commit comments