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

Reading your additions it seems you could maybe set _r_'s signal directly each time? Or is _r_ not 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#pullrequestreview-31727398

Received on Sunday, 9 April 2017 15:55:51 UTC