New issue
Advanced search Search tips

Issue 893382 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

DevTools: group object properties by key prefixes

Project Member Reported by kozy@chromium.org, Oct 9

Issue description

DevTools use nice technique to group array properties together, you can evaluate in console: 'new Uint8Array(512 * 1024)' to see this feature.

We can use similar technique for objects with a lot of properties, e.g. window object and group properties by key prefix.
 

Sign in to add a comment