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
wrapping the createObjectStore call in a try-catch block
The object store creation should be handled more defensively. Consider wrapping the createObjectStore call in a try-catch block since it can throw if the store already exists or if there are version conflicts.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments