ZenFS Archives
    Preparing search index...

    Interface TarOptions

    Options for TarFS file system instances.

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

    Hierarchy

    • SharedConfig
      • TarOptions
    Index
    caseFold?: CaseFold

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

    data: Uint8Array

    The Tar 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 Tar file