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 has been archived by the owner on Apr 12, 2024. It is now read-only.
If the connection to the cloud is lost, we want to still be able to read (and write?) values. Some kind of internal backup or cache using localStorage might work for this. It should be invisible to user code.
If we want writing to work, then once we regain connection we would need to synchronise the changes.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the connection to the cloud is lost, we want to still be able to read (and write?) values. Some kind of internal backup or cache using localStorage might work for this. It should be invisible to user code.
If we want writing to work, then once we regain connection we would need to synchronise the changes.
The text was updated successfully, but these errors were encountered: