puppeteer
Advanced tools
Comparing version 1.0.0-next.1514510476874 to 1.0.0-next.1514951743425
@@ -28,2 +28,3 @@ /** | ||
const {helper, debugError} = require('./helper'); | ||
const {Coverage} = require('./Coverage'); | ||
@@ -81,2 +82,3 @@ const writeFileAsync = helper.promisify(fs.writeFile); | ||
this._ignoreHTTPSErrors = ignoreHTTPSErrors; | ||
this._coverage = new Coverage(client); | ||
@@ -129,2 +131,9 @@ this._screenshotTaskQueue = screenshotTaskQueue; | ||
/** | ||
* @return {!Coverage} | ||
*/ | ||
get coverage() { | ||
return this._coverage; | ||
} | ||
/** | ||
* @param {string} selector | ||
@@ -131,0 +140,0 @@ */ |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1514510476874", | ||
"version": "1.0.0-next.1514951743425", | ||
"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
246134
45
6197