ZenFS DOM
    Preparing search index...

    Class IndexedDBStore

    Implements

    • Store
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    cache: Map<number, Uint8Array<ArrayBufferLike>> = ...
    db: IDBDatabase

    Accessors

    • get name(): string

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

      Returns string

    Methods

    • Syncs the store

      Returns Promise<void>

    • Begins a new transaction.

      Returns IndexedDBTransaction