DevTools: group object properties by key prefixes |
|
Issue descriptionDevTools 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 |
|