IdbVersionChangeEvent
should expose the current IdbTransaction
#20
Labels
Released
This issue's resolution is now available in a published release
This event is fired during a transaction with mode
versionchange
, which should be available inevent.target.transaction
.Although accessing the
IdbDatabase
allows us to create/delete object stores and set their indexes, it doesn't allow to access current stores. We need to access them via theIdbTransaction
.It would allow to change the indexes of the existing object stores, and to fix data in the stores or even migrate data from one store to the other.
The text was updated successfully, but these errors were encountered: