Web Inspector: allow DOM nodes to be instrumented at any point, regardless of whether the main document has also been instrumented
https://bugs.webkit.org/show_bug.cgi?id=213499
Summary Web Inspector: allow DOM nodes to be instrumented at any point, regardless of...
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.