- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 09 Apr 2017 08:57:29 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 9 April 2017 15:58:01 UTC
annevk commented on this pull request. > @@ -5329,11 +5363,11 @@ method, must run these steps: <ol> <li><p>Let <var>p</var> be a new promise. - <li><p>Let <var>request</var> be the associated - <a for=/>request</a> of the result of invoking the initial value of - {{Request}} as constructor with <var>input</var> and - <var>init</var> as arguments. If this throws an exception, reject - <var>p</var> with it and return <var>p</var>. + <li><p>Let <var>requestObject</var> be the result of invoking the initial value of {{Request}} as + constructor with <var>input</var> and <var>init</var> as arguments. If this throws an exception, + reject <var>p</var> with it and return <var>p</var> + + <li><p>Let <var>request</var> be <var>requestObject</var>'s <a for=Request>request</a>. This change is just editorial, right? -- 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-31727438
Received on Sunday, 9 April 2017 15:58:01 UTC