Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developer tools in windows edge browse localstorage

I'm trying to use the new windows Edge browser for my web development.But just can't find any way to browse localstorage, cookies etc. inside the developer tools. How do I view them?

Best regards

like image 401
Rasmus Christensen Avatar asked Aug 01 '15 11:08

Rasmus Christensen


2 Answers

They are here: Debugger tab -> Folder icon on the left, under the "play" icon.

enter image description here

like image 135
Mikko Ropanen Avatar answered Nov 03 '22 03:11

Mikko Ropanen


you can check localStorage object in the Console

  1. Open F12 Developer Tools (press F12)
  2. Go to Console tab
  3. type localStorage in the input and click run/press enter. check the screenshotenter image description here
like image 28
Rami Sarieddine Avatar answered Nov 03 '22 02:11

Rami Sarieddine