puppeteer
Advanced tools
Comparing version 1.0.0-next.1515176243781 to 1.0.0-next.1515449879873
@@ -718,3 +718,3 @@ /** | ||
// Ignore timeouts in pageScript - we track timeouts ourselves. | ||
if (!error && !(await success.jsonValue())) { | ||
if (!error && await this._frame.evaluate(s => !s, success)) { | ||
await success.dispose(); | ||
@@ -721,0 +721,0 @@ return; |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1515176243781", | ||
"version": "1.0.0-next.1515449879873", | ||
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
251070