NEW 200331
Web Inspector: elements are missing in preview for large sparse arrays
https://bugs.webkit.org/show_bug.cgi?id=200331
Summary Web Inspector: elements are missing in preview for large sparse arrays
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.