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
Check one of the following options with "x" and add the appropriate label to the issue as well
[x] Bug report [ ] Regression (behaviour that used to work and stopped working in a new release)
Describe the Issue .clear() doesn't do anything
To Reproduce Replace the content below with the steps to reproduce the behaviour.
import localforage from "localforage"; localforage.clear();
Expected Behaviour I expect local storage to be empty after clear. It's not,
Desktop (please complete the following information):
Environment/Server:
- [ ] Production - [ ] Staging - [ ] Test - [x] Development
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a ...
Check one of the following options with "x" and add the appropriate label to the issue as well
Describe the Issue
.clear() doesn't do anything
To Reproduce
Replace the content below with the steps to reproduce the behaviour.
Expected Behaviour
I expect local storage to be empty after clear. It's not,
Desktop (please complete the following information):
Environment/Server:
The text was updated successfully, but these errors were encountered: