Bug 213499

Summary: Web Inspector: allow DOM nodes to be instrumented at any point, regardless of whether the main document has also been instrumented
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=189687
https://bugs.webkit.org/show_bug.cgi?id=213441

Devin Rousso
Reported 2020-06-22 19:46:18 PDT
It doesn't make sense to require that the main `document` is instrumented to assign a `DOM.NodeId`, especially since the backend clearly already has a `WebCore::Node` object, meaning that the main `document` should exist (either active or in cache).
Attachments
Note You need to log in before you can comment on or make changes to this bug.