We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local storage is very limited in PWA mode, in extension this is not an issue as we request unlimited storage.
But for PWA mode, it fails quickly on large wallets.
Handle this scenario by showing error dialog: https://stackoverflow.com/a/3027249
Wallet history, etc. must be stored in IndexedDB and not local storage, the task for this is #37
The text was updated successfully, but these errors were encountered:
No branches or pull requests
local storage is very limited in PWA mode, in extension this is not an issue as we request unlimited storage.
But for PWA mode, it fails quickly on large wallets.
Handle this scenario by showing error dialog: https://stackoverflow.com/a/3027249
Wallet history, etc. must be stored in IndexedDB and not local storage, the task for this is #37
The text was updated successfully, but these errors were encountered: