- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 25 Aug 2017 00:06:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 August 2017 07:07:05 UTC
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