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

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

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