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
Hi,
I am trying to use ImmortalDB to store a counter.
I am storing the value in Local, Indexed and Cookie storage and it works well.
When I clear values (I use Forget me chrome extension) it correctly clears Local and cookie storage but not Indexed (and this is perfect for me because I don't want the counter to be erased by the common user).
But when I reload the page and trying to get the counter value it returns undefined even if chrome dev shows it in Indexed db tab.
Is it possible for ImmortalDb to replicate data from this db to the others if the value is missing in them?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use ImmortalDB to store a counter.
I am storing the value in Local, Indexed and Cookie storage and it works well.
When I clear values (I use Forget me chrome extension) it correctly clears Local and cookie storage but not Indexed (and this is perfect for me because I don't want the counter to be erased by the common user).
But when I reload the page and trying to get the counter value it returns undefined even if chrome dev shows it in Indexed db tab.
Is it possible for ImmortalDb to replicate data from this db to the others if the value is missing in them?
Thanks
The text was updated successfully, but these errors were encountered: