ZenFS DOM
    Preparing search index...

    Class IndexedDBStore

    Implements

    • Store
    Index
    cache: Map<number, Uint8Array<ArrayBufferLike>> = ...
    db: IDBDatabase
    • get name(): string

      What the file system using this store should be called. For example, tmpfs for an in memory store

      Returns string

    • Syncs the store

      Returns Promise<void>

    • Begins a new transaction.

      Returns IndexedDBTransaction