Skip to content

ZipOptions

Defined in: src/zip/fs.ts:29

Configuration options for a ZipFS file system.

  • SharedConfig

TBuffer extends ArrayBufferLike = ArrayBuffer

optional caseFold?: CaseFold

Defined in: node_modules/@zenfs/core/dist/backends/backend.d.ts:39

If set, sets case folding for the file system(s).

SharedConfig.caseFold


data: TBuffer | ArrayBufferView<TBuffer> | ZipDataSource<TBuffer>

Defined in: src/zip/fs.ts:33

The zip file as a binary buffer.


optional disableAsyncCache?: boolean

Defined in: node_modules/@zenfs/core/dist/backends/backend.d.ts:35

If set, disables the sync cache and sync operations on async file systems.

SharedConfig.disableAsyncCache


optional lazy?: boolean

Defined in: src/zip/fs.ts:43

Whether to wait to initialize entries


optional name?: string

Defined in: src/zip/fs.ts:38

The name of the zip file (optional).