@types/puppeteer
Advanced tools
Comparing version 0.10.3 to 0.12.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for puppeteer 0.10 | ||
// Type definitions for puppeteer 0.12 | ||
// Project: https://github.com/GoogleChrome/puppeteer#readme | ||
@@ -243,3 +243,3 @@ // Definitions by: Marvin Hagemeister <https://github.com/marvinhagemeister> | ||
title(): Promise<string>; | ||
url(): Promise<string>; | ||
url(): string; | ||
waitFor( | ||
@@ -246,0 +246,0 @@ // fn can be an abritary function |
{ | ||
"name": "@types/puppeteer", | ||
"version": "0.10.3", | ||
"version": "0.12.0", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "9b239e2a2c3b6135904a66a25391fc4e56e976d914255b5197844889119084d1", | ||
"typesPublisherContentHash": "458a24fcdf15bcd21fcffe3c24d85bf503058f4f27afcc4ac8d234e65a42070d", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 16 Oct 2017 20:11:07 GMT | ||
* Last updated: Tue, 17 Oct 2017 16:09:51 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
13037