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
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
The format of the JSON data for API, annotations, and usages might change from time to time. This can be problematic since the IndexedDB might still contain data in the old format. This can lead to crashes for some users right after startup.
Desired solution
Store the format of the JSON data in the data itself. When the version does not match, discard the content of IndexedDB. Moreover, show a warning when users import old data.