DevTools: make getter properties click-to-reveal-value in object/array previews |
||
Issue description
Enter this in the DevTools console:
var arr = [];
Object.defineProperty(arr, 0, { get() {return 1} });
arr;
The output should be [(...)] with the ellipsis being clickable. On click, it should invoke the getter, just like how it doable when the object is expanded.
,
Dec 8 2017
This request has been open for awhile, and with our current priorities, it does not seem like it will be fixed soon. Marking as WontFix. |
||
►
Sign in to add a comment |
||
Comment 1 by guilherm...@gmail.com
, Mar 13 2017