ZenFS DOM
    Preparing search index...

    Interface WebStorageOptions

    Options to pass to the StorageFileSystem

    interface WebStorageOptions {
        storage?: Storage;
    }
    Index

    Properties

    Properties

    storage?: Storage

    The Storage to use. Defaults to globalThis.localStorage.