Page 1 of 1

Clear Local Storage

Posted: Wed Nov 27, 2013 4:29 am
by Robert Larsen

What is the best way to set or clear local storage values? And by set I mean set to empty.


Clear Local Storage

Posted: Wed Nov 27, 2013 4:38 am
by Igor

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.