We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1de13 commit 1ee68a7Copy full SHA for 1ee68a7
lib/chrome.js
@@ -216,7 +216,7 @@ class Chrome extends EventEmitter {
216
if (this.secure) {
217
this.webSocketUrl = this.webSocketUrl.replace(/^ws:/i, 'wss:');
218
}
219
- const ws = new WebSocket(this.webSocketUrl, [], {
+ const ws = this._ws = new WebSocket(this.webSocketUrl, [], {
220
followRedirects: true,
221
...this.connectOptions,
222
});
0 commit comments