We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e3bbe commit c301290Copy full SHA for c301290
website/docs/archiver_api.md
@@ -30,6 +30,7 @@ The `options` object may include the following properties as well as all [Strea
30
- `comment` - *String* - Sets the zip archive comment.
31
- `forceLocalTime` - *Boolean* - Forces the archive to contain local file times instead of UTC.
32
- `forceZip64` - *Boolean* - Forces the archive to contain ZIP64 headers.
33
+- `namePrependSlash` - *Boolean* - Prepends a forward slash to archive file paths.
34
- `store` - *Boolean* - Sets the compression method to STORE.
35
- `zlib` - *Object* - Passed to [zlib](https://nodejs.org/api/zlib.html#zlib_class_options) to control compression.
36
0 commit comments