Skip to content

Commit 57bc5b7

Browse files
committed
feat: allow public access of node's inspector and objectId
1 parent dce2587 commit 57bc5b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/InspectorDOM.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export class InspectorNode {
1515

1616
readonly _docNode: Node;
1717
readonly _cdpNode: CDPNode;
18-
protected inspector: Inspector;
19-
protected objectId?: string | null;
18+
inspector: Inspector;
19+
objectId?: string | null;
2020

2121
// User has to be sure about whether the InspectorNode has been created or not
2222
static get(node: Node): InspectorNode {

0 commit comments

Comments
 (0)