The DOM panel uses React to render its content (a tree). In case of huge amount of items to render (typically e.g. for the |window| object) it take a lot of time. We should utilize a virtual tree-view in this case and render only visible item. Honza
Bug 1264908 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The DOM panel uses React to render its content (a tree). In case of huge amount of items to render (typically e.g. for the |window| object) it takes a lot of time. We should utilize a virtual tree-view in this case and render only visible items. Honza