Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chromium localStorage not showing in Developer Tools

Trying to view my test localStorage, I see nothing in the Storage section under Applications in the Developer Tools. However, using the console, I can access it, meaning its clearly there. Am I missing something or does this seem to be a bug I couldn't find anything about?

enter image description here

I am using Chromium Version 57.0.2978.0 (64-bit)

like image 429
cocoseis Avatar asked Mar 09 '17 18:03

cocoseis


People also ask

Where is local storage in Chrome developer tools?

With the extension's background page open, just go to the developer tools by pressing F12, then go to the Application tab. In the Storage section expand Local Storage. After that, you'll see all your browser's local storage there.

Where is Chrome local storage located?

Google Chrome records Web storage data in a SQLite file in the user's profile. The subfolder containing this file is " \AppData\Local\Google\Chrome\User Data\Default\Local Storage " on Windows, and " ~/Library/Application Support/Google/Chrome/Default/Local Storage " on macOS.

How do I check my local storage console?

It's simple. Just go to the developer tools by pressing F12 , then go to the Application tab. In the Storage section expand Local Storage.


Video Answer


1 Answers

Its a known Bug (#701413)

They fixed it in version 59.0.3069.0 (#718482)

I can see the localStorage of different domains like FB, but not from the current domain. When starting up developer tools it appears, but disappears after a reload.

like image 111
Stefan Kunze Avatar answered Sep 20 '22 23:09

Stefan Kunze