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

jakearchibald 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><p>Set <var>r</var>'s <a for=Request>signal</a> to <var>signal</var>.

When the signal is taken from a passed-in request object *r* isn't set up yet.

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

Received on Tuesday, 11 April 2017 14:43:03 UTC