We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bc5b7 commit bd5f812Copy full SHA for bd5f812
1 file changed
src/Inspector.ts
@@ -58,8 +58,7 @@ function nsResolver(prefix) {
58
// we need EventEmitter for warning events, which can happen
59
// anytime event fired
60
export class Inspector extends EventEmitter {
61
- // fixed document object reference
62
- protected documentImpl: DOMImplementation;
+ readonly documentImpl: DOMImplementation;
63
protected eventTimeout: number;
64
65
protected document: Document;
0 commit comments