Skip to content

Commit c301290

Browse files
authored
Update archiver_api.md
1 parent d3e3bbe commit c301290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/archiver_api.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The `options` object may include the following properties as well as all [Strea
3030
- `comment` - *String* - Sets the zip archive comment.
3131
- `forceLocalTime` - *Boolean* - Forces the archive to contain local file times instead of UTC.
3232
- `forceZip64` - *Boolean* - Forces the archive to contain ZIP64 headers.
33+
- `namePrependSlash` - *Boolean* - Prepends a forward slash to archive file paths.
3334
- `store` - *Boolean* - Sets the compression method to STORE.
3435
- `zlib` - *Object* - Passed to [zlib](https://nodejs.org/api/zlib.html#zlib_class_options) to control compression.
3536

0 commit comments

Comments
 (0)