@luminati-io/chrome-remote-interface
Advanced tools
Comparing version 0.31.2-lum.9 to 0.31.2-lum.10
@@ -250,5 +250,6 @@ 'use strict'; | ||
_handleConnectionClose() { | ||
// make sure to complete all the unresolved callbacks | ||
const err = new Error('WebSocket connection closed'); | ||
for (const callback of Object.values(this._callbacks)) { | ||
callback(true, err); | ||
callback(err); | ||
} | ||
@@ -258,2 +259,3 @@ this._callbacks = {}; | ||
} | ||
// handle the messages read from the WebSocket | ||
@@ -260,0 +262,0 @@ _handleMessage(message) { |
@@ -18,3 +18,3 @@ { | ||
"homepage": "https://github.com/cyrus-and/chrome-remote-interface", | ||
"version": "0.31.2-lum.9", | ||
"version": "0.31.2-lum.10", | ||
"repository": { | ||
@@ -58,3 +58,3 @@ "type": "git", | ||
"webpack": "^5.39.0", | ||
"webpack-cli": "^4.7.2" | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
@@ -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
1833079
26058