chrome-remote-interface
Advanced tools
Comparing version 0.32.0 to 0.32.1
@@ -223,3 +223,7 @@ 'use strict'; | ||
} | ||
this._ws = new WebSocket(this.webSocketUrl); | ||
this._ws = new WebSocket(this.webSocketUrl, [], { | ||
maxPayload: 256 * 1024 * 1024, | ||
perMessageDeflate: false, | ||
followRedirects: true, | ||
}); | ||
} catch (err) { | ||
@@ -226,0 +230,0 @@ // handles bad URLs |
@@ -18,3 +18,3 @@ { | ||
"homepage": "https://github.com/cyrus-and/chrome-remote-interface", | ||
"version": "0.32.0", | ||
"version": "0.32.1", | ||
"repository": { | ||
@@ -21,0 +21,0 @@ "type": "git", |
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
1833172
26013