How to clear local storage on chrome / edge:
1. Access the developer tools by pressing F12 or by selecting the browser menu (three dots) -> more tools -> developer tools.
2. Select ‘Application’ from the top menu bar in the developer console.
3. From the left hand menu you will see Local Storage. Open the Local Storage dropdown and right click each storage and select clear.
4. This clears any local storages associated with the app in this browser.
How to clear local storage on Firefox:
1. Access web developer tools by pressing F12 or selecting the menu (three bars) -> More tools -> Web developer tools.
2. Select ‘Storage’ from the top menu bar in the developer console.
3. From the left hand menu you will see Local Storage. Open the Local Storage dropdown and right click each storage and select clear.
4. This clears any local storages associated with the app in this browser.
Comments
0 comments
Please sign in to leave a comment.