We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce2587 commit 57bc5b7Copy full SHA for 57bc5b7
1 file changed
src/InspectorDOM.ts
@@ -15,8 +15,8 @@ export class InspectorNode {
15
16
readonly _docNode: Node;
17
readonly _cdpNode: CDPNode;
18
- protected inspector: Inspector;
19
- protected objectId?: string | null;
+ inspector: Inspector;
+ objectId?: string | null;
20
21
// User has to be sure about whether the InspectorNode has been created or not
22
static get(node: Node): InspectorNode {
0 commit comments