We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5380a commit f0407e7Copy full SHA for f0407e7
packages/extension-browser/src/content-script/connector.ts
@@ -18,7 +18,7 @@ import { browser, document, location, window } from '../shared/globals';
18
19
export default class WebExtensionConnector implements IConnector {
20
private _document = new AsyncHTMLDocument(document);
21
- private _window = new AsyncWindow(this._document);
+ private _window = new AsyncWindow(this._document); // eslint-disable-line
22
private _engine: Engine;
23
private _options: ConnectorOptionsConfig;
24
0 commit comments