- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 29 Sep 2015 03:49:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 29 September 2015 10:50:29 UTC
> <span title=concept-Headers-guard>guard</span> is "<code title>immutable</code>". > + > + <li><p>If <var>response</var>'s status is a <span>null body status</span>, resolve <var>p</var> Without the early-exit, `res` has an empty associated readable stream instead of null. I stopped using null body status here and check `response`'s body's nullity instead. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40657450
Received on Tuesday, 29 September 2015 10:50:29 UTC