Re: [whatwg/dom] Abort controller design (#438)

@annevk 

> For the Fetch API we will need to expose a signal to the service worker that signals "abort" whenever the "main thread" signal signals "abort" or the "main thread" fetch that caused the service worker to dispatch a fetch event is terminated with reason "abort" (I don't think we want to trigger that signal in the service worker for other reasons).

This won't include fetches that are terminated as part of terminating the fetch group right? They're terminated with "fatal". Feels like the service worker should hear about this, so the developer can abort related fetches.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/438#issuecomment-306788632

Received on Wednesday, 7 June 2017 13:06:49 UTC