dumbmatter / fakeIndexedDB

A pure JS in-memory implementation of the IndexedDB API
Apache License 2.0
562 stars 69 forks source link

docs: Import auto first to work with Dexie #80

Closed homura closed 1 year ago

homura commented 1 year ago

Dexie's default option is statically assigned to its constructor, so we should import fake-indexeddb/auto first to make sure it works as expected

dumbmatter commented 1 year ago

Thanks!