- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 04 Jul 2017 06:47:13 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 July 2017 13:47:45 UTC
I chatted a bit with Honza Bambas about Firefox's implementation. There's indeed phases. And any kind of work that would be considered "blocking" (I/O) is done during asynchronous calls (so the code can continue to receive cancel requests). Refactoring Fetch to take that into account might be quite a bit of work though as it would effectively need its own event loop of sorts. -- 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/pull/523#issuecomment-312882566
Received on Tuesday, 4 July 2017 13:47:45 UTC