ZenFS DOM
    Preparing search index...

    Interface WebAccessOptions

    interface WebAccessOptions {
        disableHandleCache?: boolean;
        handle: FileSystemDirectoryHandle;
        metadata?: string;
    }
    Index

    Properties

    disableHandleCache?: boolean

    If set, disables caching of file system handles. This could significantly degrade lookup performance.

    handle: FileSystemDirectoryHandle
    metadata?: string