jakearchibald / idb

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

README: deleteDB missing params #125

Closed madmoizo closed 5 years ago

madmoizo commented 5 years ago

deleteDB accepts blocked callback https://github.com/jakearchibald/idb/blob/master/lib/entry.ts#L73 blocked description is from the spec https://www.w3.org/TR/IndexedDB/#factory-interface

jakearchibald commented 5 years ago

Thank you!