DEV Community

Discussion on: Using LocalStorage to improve your webpage

Collapse
 
sbrevolution5 profile image
Seth A Burleson

I'm unfamiliar with that command, does it clear ALL localstorage? or just the localstorage for the page. As far as I know, each webpage has a seperate localstorage.

Collapse
 
sudarshansb143 profile image
sudarshan

It will clear your whole storage regardless of how toy stored the data.

Thread Thread
 
sbrevolution5 profile image
Seth A Burleson

Looks like you would be better off using localStorage.removeItem("keyToRemove") since it would only remove one item