UNPKG

fake-indexeddb

Version:

Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API

3 lines 111 B
import FDBFactory from "./FDBFactory.js"; const fakeIndexedDB = new FDBFactory(); export default fakeIndexedDB;