Skip to content
New issue

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

IndexedDB entries never delete in anonymous mode #1204

Open
rosano opened this issue Oct 7, 2020 · 1 comment
Open

IndexedDB entries never delete in anonymous mode #1204

rosano opened this issue Oct 7, 2020 · 1 comment

Comments

@rosano
Copy link
Contributor

rosano commented Oct 7, 2020

It seems like deleting objects in anonymous mode marks them as local.body: false instead of removing their entries from the database. I tested in Safari (non-private) and Chrome (private) using my test app locally as well as Webmarks. I can clear them using the browser developer tools but not with the library. In Chrome I tried connecting an account and it seems to delete the entries as expected.

@raucao
Copy link
Member

raucao commented Oct 8, 2020

I think it should delete them after having synced the change with the remote storage. If not, then this would be a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants