No way to clear localStorage
Created by: notduncansmith
We're currently using this workaround:
store.clear = function() {
window.localStorage.clear();
};
But it would be awesome if this were supported in the library. Thanks!
Created by: notduncansmith
We're currently using this workaround:
store.clear = function() {
window.localStorage.clear();
};
But it would be awesome if this were supported in the library. Thanks!