-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Question: Is there any API to make Uppy clear its localStorage? #179
Comments
What is that Uppy stores in localStorage for you? By default it shouldn’t. If remember correctly, Local Storage is currently used: 1. if you add a PersistentState plugin or 2. In examples, for their settings: https://uppy.io/examples/dashboard/. |
Or perhaps you are talking about something like this: https://github.com/transloadit/content/pull/281. We should look into adding a smart |
An |
you can use uppy.reset() |
Lets say that I want to force uppy to forget what it was doing?
The text was updated successfully, but these errors were encountered: