Interface IndexedDbColumnarBatchCacheStorageOptionsExperimental

interface IndexedDbColumnarBatchCacheStorageOptions {
    indexedDB?: IDBFactory;
    name?: string;
}

Properties

Properties

indexedDB?: IDBFactory

Injectable for browser tests and hosts with an alternate IndexedDB factory.

name?: string

Defaults to honua-columnar-batch-cache. Names are origin-scoped by IndexedDB.