stores
    Preparing search index...

    Module blockstore-idb

    A Blockstore implementation for browsers that stores blocks in IndexedDB.

    import { IDBBlockstore } from 'blockstore-idb'

    const store = new IDBBlockstore('path/to/store')

    Classes

    IDBBlockstore

    Interfaces

    IDBBlockstoreInit