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
Prevent DB corruption (in the same way the WhatsApp/Messages web apps do it).
Show when a tab is already open, to avoid data corruption by overwriting IndexedDB.
This is the same way Whatsapp or Messages work on Web apps, and it's better to proceed with a user warning, rather than risking to corrupt the DB.
The text was updated successfully, but these errors were encountered:
ba1c0ba
And it's done!
Sorry, something went wrong.
No branches or pull requests
Prevent DB corruption (in the same way the WhatsApp/Messages web apps do it).
Show when a tab is already open, to avoid data corruption by overwriting IndexedDB.
This is the same way Whatsapp or Messages work on Web apps, and it's better to proceed with a user warning, rather than risking to corrupt the DB.
The text was updated successfully, but these errors were encountered: