Documentation
    Preparing search index...

    Type Alias WebFsStorageDriverOptions

    WebFsStorageDriverOptions: StorageDriverOptions & {
        fileHandle: Loadable<FileSystemFileHandle>;
    }

    Type Declaration

    • fileHandle: Loadable<FileSystemFileHandle>

      File system file handle which can be a value, promise or a function