How to view Localstorage in IExplorer 10?

I see for example Localstorage in Chrome, but when using ie10 or ie9 it is not possible to determine what Localstorage looks like.

Are there any tools or addons for example to install so I can view localstorage when using IE?

PS: I am working on Windows 8

0


source to share


1 answer


Open developer tools with F12or go to Settings → devtools.

Click the Console tab and type localStorage

or



Add to watchlist: "Script" tab → watch → enter localStorage

. You need to click the refresh button to see the new added values.

+1


source







All Articles