Re: [w3c/ServiceWorker] should FetchEvent.request.signal reflect abort status of outer request? (#1544)

I don't see that a cross-process signal bridge is a problem as long as we make updating the service worker exposed signal async.

The other problem I have with the signal infrastructure is that it only exposes when the signal itself is aborted, but not when the fetch is stopped/aborted for internal reasons.

-- 
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/issues/1544#issuecomment-701410175

Received on Wednesday, 30 September 2020 14:01:37 UTC