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

annevk commented on this pull request.



> @@ -4950,12 +5049,23 @@ constructor must run these steps:
    to <var>method</var>.
   </ol>
 
+ <li><p>If <var>init</var>'s <code>signal</code> member is present, then set <var>signal</var> to
+ it.

This does make the most sense to me. Note that we need this behavior pretty much like this due to `fetch()` invoking the `Request` constructor.

-- 
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#discussion_r135195640

Received on Friday, 25 August 2017 07:07:05 UTC