RESOLVED DUPLICATE of bug 64596 80021
Web Inspector: render large arrays as trees.
https://bugs.webkit.org/show_bug.cgi?id=80021
Summary Web Inspector: render large arrays as trees.
Pavel Feldman
Reported 2012-03-01 05:15:05 PST
doing var a = []; a[100000] = true; in console and dumping a leads to a lag and unpleasant results. As a result of this change, array will be rendered as a tree with buckets: a 100000: true for case above, a > [0-4999] > [5000-9999] .. for larger arrays.
Attachments
Pavel Feldman
Comment 1 2012-03-01 05:32:33 PST
*** This bug has been marked as a duplicate of bug 64596 ***
Note You need to log in before you can comment on or make changes to this bug.