Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
fetch(req: Request): FetchInstruction {
return fetchFromCacheInstruction(this.worker, req, this.cacheKey);
}
}
fetch(req: Request): FetchInstruction {
return fetchFromCacheInstruction(this.worker, req, this.cacheKey);
}