DevTools: console logged objects should build their expanded title when expanded |
|
Issue description
Enter this in the console:
var a = [];
for (var i=0; i<18; i++) {a.push(1);console.log(a)}
The first result is an array with one element. When expanded, we show "Array(1)" but show 18 values underneath. We should compute the description on expand and show "Array(18)" when expanded, to lessen confusion.
|
|
►
Sign in to add a comment |
|
Comment 1 by l...@chromium.org
, Feb 6 2017