You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IndexedDB] It is now possible to close a DB at runtime by explicitly calling .close()#129 (#131)
[IndexedDB] DB upgrades can now be performed on an already opened DB via .upgrade(). This allows to specify an additional set of version definitions #130 (#135)
Bug Fixes
[IndexedDB] store upgrades could sometimes cause an exception #120 (#122)