Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

The signal uses promises because it might be in a different thread to the controller, eg in the service worker case. Because of this, we may as well make signals transferrable.

They're promises on the fetch observer because the data comes from the network thread.

-- 
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/fetch/issues/447#issuecomment-281746346

Received on Wednesday, 22 February 2017 17:49:15 UTC