puppeteer
Advanced tools
Comparing version 1.0.0-next.1515563875372 to 1.0.0-next.1515567769425
@@ -154,5 +154,6 @@ /** | ||
const request = this._interceptionIdToRequest.get(event.interceptionId); | ||
console.assert(request, 'INTERNAL ERROR: failed to find request for interception redirect.'); | ||
this._handleRequestRedirect(request, event.responseStatusCode, event.responseHeaders); | ||
this._handleRequestStart(request._requestId, event.interceptionId, event.redirectUrl, event.resourceType, event.request, event.frameId); | ||
if (request) { | ||
this._handleRequestRedirect(request, event.responseStatusCode, event.responseHeaders); | ||
this._handleRequestStart(request._requestId, event.interceptionId, event.redirectUrl, event.resourceType, event.request, event.frameId); | ||
} | ||
return; | ||
@@ -159,0 +160,0 @@ } |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1515563875372", | ||
"version": "1.0.0-next.1515567769425", | ||
"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
6387
253222