Re: [w3c/ServiceWorker] Pass controller from fetch, and abort SW fetch when it's canceled (PR #1620)

@annevk commented on this pull request.

Thanks! I think this works. It seems that per #1544 there is some `AbortSignal` work that never finished here, but that shouldn't block your work.

> @@ -2981,6 +2981,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
     The [=Handle Fetch=] algorithm is the entry point for the [=/fetch=] handling handed to the [=/service worker=] context.
 
       : Input
+      :: |controller|, a [=fetch controller=]

You suggested this should be the second argument, right?

-- 
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/1620#pullrequestreview-811225933

Received on Friday, 19 November 2021 14:03:53 UTC