Created
July 25, 2017 15:21
-
-
Save shabaz-ejaz/cfea7cda70f26e53b05535a4517bfbea to your computer and use it in GitHub Desktop.
Clear local storage in IE11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run the following in the developers console: | |
localStorage.clear(); | |
sessionStorage.clear(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment