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
Post a Comment