Bug 200331

Summary: Web Inspector: elements are missing in preview for large sparse arrays
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Yury Semikhatsky
Reported 2019-07-31 18:49:01 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.