Re: [whatwg/fetch] Aborting fetch (#523)

So rejecting the trailer promise is problematic. A readonly attribute shouldn't result in an exception. We should just use the empty header list in that case. (If that means you cannot detect a late abort, we should maybe figure something out, dunno.)

@bakulf noted that the `Request` constructor doesn't seem to consistently create a new `AbortSignal` object. It sometimes just sets the signal to what is given. That seems wrong?

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

Received on Tuesday, 22 August 2017 17:33:17 UTC