@types/puppeteer
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1045,2 +1045,8 @@ // Type definitions for puppeteer 1.2 | ||
/** | ||
* Determines whether cache is enabled on the page. | ||
* @param enabled Whether or not to enable cache on the page. | ||
*/ | ||
setCacheEnabled(enabled: boolean): Promise<void>; | ||
/** | ||
* Sets the cookies on the page. | ||
@@ -1047,0 +1053,0 @@ * @param cookies The cookies to set. |
{ | ||
"name": "@types/puppeteer", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "2081ed34f46fd58605b48096f4feb76dc13812f8d26b23b4adfef4d7fce0d4a9", | ||
"typesPublisherContentHash": "20ee5e7ba45f75cd852183879530648c7a41c66f7938aa57593ca6b3689689c8", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 16 Mar 2018 22:10:47 GMT | ||
* Last updated: Tue, 03 Apr 2018 18:14:47 GMT | ||
* Dependencies: events, child_process, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
47931
1186