ZipOptions
Defined in: src/zip/fs.ts:29
Configuration options for a ZipFS file system.
Extends
Section titled “Extends”SharedConfig
Type Parameters
Section titled “Type Parameters”TBuffer
Section titled “TBuffer”TBuffer extends ArrayBufferLike = ArrayBuffer
Properties
Section titled “Properties”caseFold?
Section titled “caseFold?”
optionalcaseFold?:CaseFold
Defined in: node_modules/@zenfs/core/dist/backends/backend.d.ts:39
If set, sets case folding for the file system(s).
Inherited from
Section titled “Inherited from”SharedConfig.caseFold
data:
TBuffer|ArrayBufferView<TBuffer> |ZipDataSource<TBuffer>
Defined in: src/zip/fs.ts:33
The zip file as a binary buffer.
disableAsyncCache?
Section titled “disableAsyncCache?”
optionaldisableAsyncCache?: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.
Inherited from
Section titled “Inherited from”SharedConfig.disableAsyncCache
optionallazy?:boolean
Defined in: src/zip/fs.ts:43
Whether to wait to initialize entries
optionalname?:string
Defined in: src/zip/fs.ts:38
The name of the zip file (optional).