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

I still need to handle the service worker parts.

Also I need to write the following tests:

* The request body errors with the same object as the fetch promise.
* The response body errors with the same object as the trailers promise.
* Throws within the requests constructor have priority over the abort error (if the signal has already aborted). 

-- 
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-319658644

Received on Wednesday, 2 August 2017 12:34:20 UTC