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

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