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)

defect

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned, NeedInfo)

Details

Steps to reproduce

  1. Open the Browser Toolbox and select the storage panel
  2. Expand the Indexed DB item in the sidebar, then the chrome one
  3. There should be a devtools-async-storage item, 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")
Severity: -- → S3
Priority: -- → P3
Flags: needinfo?(poirot.alex)
You need to log in before you can comment on or make changes to this bug.