Closed
Bug 1747983
Opened 3 years ago
Closed 3 years ago
Improve class name display in WebConsole
Categories
(DevTools :: Console, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1562463
People
(Reporter: 709922234, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0
Steps to reproduce:
1.open WebConsole
2.input class A extends URLSearchParams {}; new A
Actual results:
print: URLSearchParams {}
Expected results:
print: A{}
Component: Untriaged → Console
Product: Firefox → DevTools
Looks similar to a bug you filed a few years back, I'm setting this one as duplicate
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•