amuste / DnetIndexedDb

Blazor Library for IndexedDB DOM API
MIT License
105 stars 28 forks source link

reopenning a deletedabase #42

Closed mikemoore13 closed 2 years ago

mikemoore13 commented 3 years ago

i got an error when i try to open a deletedb

Error: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.

IndexedDbStorage.DeleteIndexedDb() IndexedDbStorage.OpenIndexedDb()

Kylar182 commented 3 years ago

i got an error when i try to open a deletedb

Error: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.

IndexedDbStorage.DeleteIndexedDb() IndexedDbStorage.OpenIndexedDb()

I think this was fixed but was never pushed to the nuget packages along with some other fixes.

You should be able to fork the library on your own and use that.

Kylar182 commented 3 years ago

i got an error when i try to open a deletedb

Error: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.

IndexedDbStorage.DeleteIndexedDb() IndexedDbStorage.OpenIndexedDb()

https://github.com/amuste/DnetIndexedDb/pull/37