Closed
Bug 1572435
Opened 2 years ago
Closed 2 years ago
Logged objects are missing prototype node after multi-proxy BrowserConsole restart
Categories
(DevTools :: Console, task, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce
- Open the Browser Console
- Close it
- Reopen it
- Log a js object (e.g.
console.log({a: 1})
) from a content page - Expand it in the Browser Console
Expected results
There the object <prototype>
node displayed
Actual results
The <prototype>
node is missing
Reporter | ||
Comment 1•2 years ago
|
||
Can't reproduce. I guess this may have been fixed by Bug 1572671
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
Updated•2 years ago
|
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•