Clear Local Storage
Posted: Wed Nov 27, 2013 4:29 am
What is the best way to set or clear local storage values? And by set I mean set to empty.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
What is the best way to set or clear local storage values? And by set I mean set to empty.
Hello,
If you want to clear all values from all local storage variables than best way is clear local storage values.
pre localStorage.clear(); /pre
If you need to clear only one local storage variable than the best way is set local storage values.