Open
Bug 1634799
Opened 5 years ago
Updated 5 years ago
List inherited getters on the class instance
Categories
(DevTools :: Console, enhancement, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
125.74 KB,
image/png
|
Details |
Reported for Angular, which makes heavy use of getters: https://discourse.mozilla.org/t/firefox-web-console-property-getter/59165 and also discussed on Twitter, where there was a disagreement on Chrome's behavior vs Firefox – convinient vs correct.
Given how important those values can be and that they are used in frameworks, I would lean towards convinience and log them on the instance.
If we feel strongly about correctness, we could annotate the inherited getters.
Comment 1•5 years ago
|
||
Harald, can you link to the example you used to generate the screenshot? I'd like to understand where the name comes from
You need to log in
before you can comment on or make changes to this bug.
Description
•