ZenFS DOM
    Preparing search index...

    Interface IndexedDB

    interface IndexedDB {
        name: "IndexedDB";
        options: {
            idbFactory: { required: false; type: "object" };
            storeName: { required: false; type: "string" };
        };
        create(
            options: IndexedDBOptions & Partial<SharedConfig>,
        ): Promise<StoreFS<IndexedDBStore>>;
        isAvailable(__namedParameters: IndexedDBOptions): Promise<boolean>;
    }

    Hierarchy

    • _IndexedDB
      • IndexedDB
    Index

    Properties

    Methods

    Properties

    name: "IndexedDB" = 'IndexedDB'
    options: {
        idbFactory: { required: false; type: "object" };
        storeName: { required: false; type: "string" };
    } = ...

    Methods