@types/puppeteer
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -1110,2 +1110,12 @@ // Type definitions for puppeteer 1.5 | ||
waitForRequest( | ||
urlOrPredicate: string | ((req: Request) => boolean), | ||
options?: { timeout?: number } | ||
): Promise<Request>; | ||
waitForResponse( | ||
urlOrPredicate: string | ((res: Response) => boolean), | ||
options?: { timeout?: number } | ||
): Promise<Response>; | ||
waitForSelector( | ||
@@ -1112,0 +1122,0 @@ selector: string, |
{ | ||
"name": "@types/puppeteer", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c8f81ba32befcb0ef238b9fe01bf3831c506284a06deced67030c50ab8d52d19", | ||
"typesPublisherContentHash": "7aa422f0179a92a0d231c6d34806b046d6a97fd18adb57f6625a20f78aa5acb2", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 26 Jun 2018 01:10:51 GMT | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: events, child_process, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
61040
1530