jakearchibald / idb

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

Correcting the terminated event name #157

Closed sidati closed 4 years ago

sidati commented 4 years ago

It is onclose not close 😅

jakearchibald commented 4 years ago

I don't think so https://w3c.github.io/IndexedDB/#closing-connection. Can you explain what you mean, or give an example where this PR works but the current version of the library doesn't?

jakearchibald commented 4 years ago

Closing this. Please reopen if I'm wrong.