Re: [whatwg/fetch] WIP: Cancelation (#523)

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