overlooker
Advanced tools
Comparing version 0.31.10 to 0.31.11
{ | ||
"name": "overlooker", | ||
"version": "0.31.10", | ||
"version": "0.31.11", | ||
"description": "tool for profile front-end performance", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -241,3 +241,5 @@ const networkPresets = require('../network-presets.js'); | ||
if (hasCachedRequest) { | ||
if (config.requests && config.requests.ignore && config.requests.ignore(url)) { | ||
client.send('Fetch.failRequest', { requestId, errorReason: 'Aborted' }); | ||
} else if (hasCachedRequest) { | ||
cacheBandwidth.get(key) | ||
@@ -260,4 +262,2 @@ .then((data) => { | ||
}); | ||
} else if (config.requests && config.requests.ignore && config.requests.ignore(url)) { | ||
client.send('Fetch.failRequest', { requestId, errorReason: 'Aborted' }); | ||
} else { | ||
@@ -264,0 +264,0 @@ client.send('Fetch.continueRequest', { requestId }); |
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