ujjwalguptaofficial / JsStore

Simplifying IndexedDB with SQL like syntax and promises
http://jsstore.net/
MIT License
859 stars 110 forks source link

Ug feat handle versionchange event #382

Open ujjwalguptaofficial opened 2 weeks ago

ujjwalguptaofficial commented 2 weeks ago

In case of database schema being updated in another tab or database being deleted. The active tab will be stuck or error thrown as db is being updated,

In this case an event is thrown to the user to allow them to refresh the current tab.