ZenFS Archives
    Preparing search index...

    Interface IsoOptions

    Options for IsoFS file system instances.

    interface IsoOptions {
        caseFold?: CaseFold;
        data: Uint8Array;
        disableAsyncCache?: boolean;
        name?: string;
    }

    Hierarchy

    • SharedConfig
      • IsoOptions
    Index
    caseFold?: CaseFold

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

    data: Uint8Array

    The ISO file in a buffer.

    disableAsyncCache?: boolean

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

    name?: string

    The name of the ISO (optional; used for debug messages / identification via metadata.name).