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
We need to decide if we still want to use localStorage or maybe indexedDB/websql to store application data.
Make sure that LocalStorage/SessionStorage are synchronized across browser tabs (two wallets opened at once) Example: creating and saving different instances (passphrases) in two tabs
We should be also prepared for scenario where LocalStorage data schema will be changed without backward compatibility. To prevent errors there should be "version" flag which will be compared with expected and in case of incompatibility clears them or translate them into new schema
The text was updated successfully, but these errors were encountered:
We need to decide if we still want to use localStorage or maybe indexedDB/websql to store application data.
Make sure that LocalStorage/SessionStorage are synchronized across browser tabs (two wallets opened at once) Example: creating and saving different instances (passphrases) in two tabs
We should be also prepared for scenario where LocalStorage data schema will be changed without backward compatibility. To prevent errors there should be "version" flag which will be compared with expected and in case of incompatibility clears them or translate them into new schema
The text was updated successfully, but these errors were encountered: