- From: youennf <notifications@github.com>
- Date: Wed, 29 Jan 2025 23:53:30 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 January 2025 07:53:34 UTC
> The order of route validation might be slightly different after the PR This is a minor point really. What I am meaning is that, before the PR, we would do: - Iterate through the routes to validate them, reject as needed - Iterate through the routes to check route source and fetch event, reject as needed. With the PR, it does: - Iterate through the routes: - If route is not validated, reject - If route source is fetch-event and no fetch event is registered, reject In both cases, `TypeError` is used, but the error message is likely different. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1744#issuecomment-2623774878 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1744/c2623774878@github.com>
Received on Thursday, 30 January 2025 07:53:34 UTC