@luminati-io/chrome-remote-interface
Advanced tools
Comparing version 0.31.2-lum.10 to 0.31.2-lum.11
@@ -60,2 +60,3 @@ 'use strict'; | ||
this.target = options.target || defaultTarget; | ||
this.connectOptions = options.connectOptions; | ||
// locals | ||
@@ -220,2 +221,3 @@ this._notifier = notifier; | ||
_connectToWebSocket() { | ||
const options = this.connectOptions; | ||
return new Promise((fulfill, reject) => { | ||
@@ -227,3 +229,3 @@ // create the WebSocket | ||
} | ||
this._ws = new WebSocket(this.webSocketUrl); | ||
this._ws = new WebSocket(this.webSocketUrl, [], options); | ||
} catch (err) { | ||
@@ -230,0 +232,0 @@ // handles bad URLs |
@@ -18,3 +18,3 @@ { | ||
"homepage": "https://github.com/cyrus-and/chrome-remote-interface", | ||
"version": "0.31.2-lum.10", | ||
"version": "0.31.2-lum.11", | ||
"repository": { | ||
@@ -58,3 +58,3 @@ "type": "git", | ||
"webpack": "^5.39.0", | ||
"webpack-cli": "^4.10.0" | ||
"webpack-cli": "^4.7.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1833260
26060