diff --git a/src/serviceworker/src/strategy.ts b/src/serviceworker/src/fetch_strategy.ts similarity index 97% rename from src/serviceworker/src/strategy.ts rename to src/serviceworker/src/fetch_strategy.ts index 949f2cf..5df4144 100644 --- a/src/serviceworker/src/strategy.ts +++ b/src/serviceworker/src/fetch_strategy.ts @@ -1,7 +1,7 @@ -export class Strategy { +export class FetchStrategy { private constructor() { throw new Error( - 'fetch Strategy is not instantiable and only expose static methods', + 'FetchStrategy is not instantiable and only expose static methods', ) }