how to clear localstorage,sessionStorage and cookies in javascript? and then retrieve?

前端 未结 3 1527
旧时难觅i
旧时难觅i 2020-12-05 04:07

How to completely clear localstorage, sessionStorage and cookies in javascript ?

Is there any way one can get these values bac

3条回答
  •  [愿得一人]
    2020-12-05 04:25

    The standard Web Storage, does not say anything about the restoring any of these. So there won't be any standard way to do it. You have to go through the way the browsers implement these, or find a way to backup these before you delete them.

提交回复
热议问题