how to clear localStorage in Firefox?

有些话、适合烂在心里 提交于 2019-12-19 04:47:27

问题


In Firefox, after I perform

localStorage.clear() my localStorage comes back when I refresh the page.

The scenario is:

1) window opens a popup

2) in this popup, I open the dev tools and type in localStorage.clear();->local Storage is cleaned !

3) I refresh the window popup page and.. my localStorage is BACK !

(If I close the popup, then localStroage is cleared)

Everything works fine in Chrome.

How can I clear localStorage in Firefox ?

I also tried : localStoparge.removeItem("myItem") and SAME !

来源:https://stackoverflow.com/questions/30508616/how-to-clear-localstorage-in-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!