Re: [fetch] Introduce Response.body. (#118) (#128)

>  
> -   <li><p>Otherwise, resolve <var title>p</var> with a new <code>Response</code> object
> -   associated with <var title>response</var> and a new <code>Headers</code> object whose
> +   <li><p>Let <var>res</var> be a new <code>Response</code> object associated with

I don't like `r` because it can be read as either one of request, response, Request and Response. I also want to use consistent names in this function - If I use `request` for a request, I wanna use `response` for a response and vice versa.

`responseObject` sounds good. Fixed.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/128/files#r41226045

Received on Tuesday, 6 October 2015 04:58:08 UTC