- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 07 Jul 2017 13:24:17 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 July 2017 13:24:51 UTC
annevk commented on this pull request.
> <li><p>Let <var>r</var> be a new {{Request}} object associated with <var>request</var> and
a new associated {{Headers}} object whose <a for=Headers>guard</a>
is "<code>request</code>".
+ <li>If <var>signal</var> is not null, <a for=AbortSignal lt=add>add the following abort steps</a>
+ to <var>signal</var>:
+ <ol>
+ <li>Signal abort on <var>r</var>'s <a for=Request>signal</a>.
This needs to xref "signal abort" from DOM.
--
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#pullrequestreview-48604003
Received on Friday, 7 July 2017 13:24:51 UTC