html5 - How to clear localstorage in IE11? -


i want clear local storage in ie11, know in previous versions have network tab, there can select local storage , delete objects, in ie 11 can see localstorage objects console of ie11, not able clear using "localstorage.clear()"

please let me know how delete local cache in ie11

try calling localstorage.clear(); and/or sessionstorage.clear();

in console of ie developer tools (you can hit f12 key open developer tools) 'console' tab, run javascript function calls there.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -