jakearchibald / idb

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

Uncaught promise error #127

Closed jakearchibald closed 4 years ago

jakearchibald commented 4 years ago

From https://github.com/jakearchibald/idb/issues/115#issuecomment-538774229

openPromise.then(db => db.addEventListener('versionchange', blocking));

…needs a .catch() to prevent console warnings.