IsoOptions
Defined in: src/iso/fs.ts:18
Options for IsoFS file system instances.
Extends
Section titled “Extends”SharedConfig
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:
Uint8Array
Defined in: src/iso/fs.ts:22
The ISO file in a 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
optionalname?:string
Defined in: src/iso/fs.ts:27
The name of the ISO (optional; used for debug messages / identification via metadata.name).