How would I delete local cloud data #199
-
I am trying to find out how to delete local cloud data. I accidentally asked it in the wrong project. |
Beta Was this translation helpful? Give feedback.
Answered by
GarboMuffin
Oct 24, 2021
Replies: 1 comment
-
Depends what exactly you're trying to do. If you just want to clear it for yourself for testing, you can open your browser's JavaScript console and run There should probably be an easier way to do this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
David-Orangemoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends what exactly you're trying to do. If you just want to clear it for yourself for testing, you can open your browser's JavaScript console and run
localStorage.clear()
There should probably be an easier way to do this