puppeteer
Advanced tools
Comparing version 1.0.0-next.1515733912424 to 1.0.0-next.1515745145135
@@ -497,3 +497,6 @@ /** | ||
const eventListeners = [ | ||
helper.addEventListener(this._networkManager, NetworkManager.Events.Request, request => requests.set(request.url(), request)) | ||
helper.addEventListener(this._networkManager, NetworkManager.Events.Request, request => { | ||
if (!requests.get(request.url())) | ||
requests.set(request.url(), request); | ||
}) | ||
]; | ||
@@ -500,0 +503,0 @@ |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1515733912424", | ||
"version": "1.0.0-next.1515745145135", | ||
"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
254330
6397