Re: [w3c/ServiceWorker] Experimenting with abortable algorithms (#1443)

> For fetch, can we simply [drop the task and fallback to network](https://github.com/w3c/ServiceWorker/pull/1440/files#diff-27b79860afe28f01aed4f1f6228367faR2832)?

Queued fetches aren't really the issue. It's more fetches that are in progress, as in the request has been made, or is in progress.

> If we are already getting rid of the entire registration, I'm don't see how that's necessary.

I'll take a look and see if we can shortcut this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1443#issuecomment-505948572

Received on Wednesday, 26 June 2019 16:27:27 UTC