[Webkit-unassigned] [Bug 200331] New: Web Inspector: elements are missing in preview for large sparse arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 18:49:01 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200331

            Bug ID: 200331
           Summary: Web Inspector: elements are missing in preview for
                    large sparse arrays
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yurys at chromium.org
                CC: inspector-bugzilla-changes at group.apple.com

Evaluate the following expression in the console:

a = new Array(1000); a[100]=10; a

note that the preview for the array is shown as empty array: []

The preview only includes elements with indexes <100.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190801/cb625555/attachment.html>


More information about the webkit-unassigned mailing list