- From: Jake Archibald <notifications@github.com>
- Date: Wed, 22 Feb 2017 09:48:43 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 February 2017 17:49:15 UTC
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