Options: ChunkOptions & {
    zenfs?: boolean;
}

FileChunkSource options.

Type declaration

  • Optionalzenfs?: boolean

    Whether to use ZenFS.

    • Set true to use ZenFS, which is a cross-platform virtual filesystem independent from the underlying operating system. This is the default in browser environment.
    • Set false to use Node.js native filesystem. This is the default in Node.js.