gruns / gruns/ImmortalDB

Indexed DB

Open
#36 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.1k
Forks
60
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.