@types/puppeteer
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -631,2 +631,7 @@ // Type definitions for puppeteer 1.2 | ||
/** | ||
* @returns An object if the request failed, null otherwise. | ||
*/ | ||
failure(): { errorText: string; } | null; | ||
/** | ||
* @returns The `Frame` object that initiated the request, or `null` if navigating to error pages | ||
@@ -633,0 +638,0 @@ */ |
{ | ||
"name": "@types/puppeteer", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "20ee5e7ba45f75cd852183879530648c7a41c66f7938aa57593ca6b3689689c8", | ||
"typesPublisherContentHash": "a7b59838b9524fe23b7fbb8112a62f97dbacf87895658d86e13c5af28cb7020c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 03 Apr 2018 18:14:47 GMT | ||
* Last updated: Tue, 24 Apr 2018 23:31:37 GMT | ||
* Dependencies: events, child_process, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
48056
1190