Open
Bug 1700874
Opened 4 years ago
Updated 4 years ago
No data for Indexed DB chrome/devtools-async-storage in Browser Toolbox
Categories
(DevTools :: Storage Inspector, defect, P3)
DevTools
Storage Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned, NeedInfo)
Details
Steps to reproduce
- Open the Browser Toolbox and select the storage panel
- Expand the
Indexed DBitem in the sidebar, then thechromeone - There should be a
devtools-async-storageitem, select it
Expected results
I can inspect data stored here (for example webConsoleHistory)
Actual results
There's no data
Using the Browser Toolbox Console, you can retrieve the data that should be displayed there:
var loader = Cu.import("resource://devtools/shared/Loader.jsm", {});
var asyncStorage = loader.require("devtools/shared/async-storage");
await asyncStorage.getItem("webConsoleHistory")
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•4 years ago
|
Flags: needinfo?(poirot.alex)
You need to log in
before you can comment on or make changes to this bug.
Description
•