jakearchibald / idb

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

Change the typing of IDBPDatabase.transaction #204

Closed xiaoxingwa closed 3 years ago

xiaoxingwa commented 3 years ago

Change the typing of IDBPDatabase.transaction to allow the optional "options" parameter. See https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/transaction.

Fixes #203

xiaoxingwa commented 3 years ago

Could you also add a @param in the JSdoc above?

Done.

jakearchibald commented 3 years ago

Thanks for this!

jakearchibald commented 3 years ago

Published 5.0.7