jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.29k stars 353 forks source link

Safari fails to create transaction: NotFoundError #212

Closed techieshark closed 3 years ago

techieshark commented 3 years ago

I'm seeing the following in Safari (12.1)

NotFoundError: Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found

this happens at

db.transaction(storename, 'readwrite')
techieshark commented 3 years ago

Nevermind; it looks like Safari is just silently not creating the IndexedDB if I'm not running in HTTPS.