Skip to content

createMemoryIndexedDBFactory

function

Back to Helios Web API

Kind
function
Source
src/persistence/storage.js:204

Description

Create an in-memory IndexedDB-like factory for persistence tests.

Signature

export function createMemoryIndexedDBFactory() {

Returns

Minimal IndexedDB factory compatible with IndexedDBSessionStore.

Type IDBFactory