From c301290cb1064b99d5788db75cfe52eeabb1b656 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Sun, 7 Mar 2021 15:22:06 -0600 Subject: [PATCH] Update archiver_api.md --- website/docs/archiver_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/archiver_api.md b/website/docs/archiver_api.md index e1851680..e924d42f 100644 --- a/website/docs/archiver_api.md +++ b/website/docs/archiver_api.md @@ -30,6 +30,7 @@ The `options` object may include the following properties as well as all [Strea - `comment` - *String* - Sets the zip archive comment. - `forceLocalTime` - *Boolean* - Forces the archive to contain local file times instead of UTC. - `forceZip64` - *Boolean* - Forces the archive to contain ZIP64 headers. +- `namePrependSlash` - *Boolean* - Prepends a forward slash to archive file paths. - `store` - *Boolean* - Sets the compression method to STORE. - `zlib` - *Object* - Passed to [zlib](https://nodejs.org/api/zlib.html#zlib_class_options) to control compression.