- Solved
- Archived
Clear all local data and stores in dev tools
Hi, developer question here: How can I one-click delete all data in all stores for a website? DevTools give me the "Storage" tab, but I have to go through every single st… (read more)
Hi, developer question here:
How can I one-click delete all data in all stores for a website? DevTools give me the "Storage" tab, but I have to go through every single store (cookies, local, session, etc) and delete every data entry one-by-one. Chrome eg has a very usefull "celar all data" button in their DevTools.
Thanks!