- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 28 Sep 2015 00:35:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 28 September 2015 07:35:39 UTC
> <span title=concept-Headers-guard>guard</span> is "<code title>immutable</code>". > + > + <li><p>If <var title>response</var>'s status is a <span>null body status</span>, resolve > + <var title>p</var> with <var title>res</var> and abort these steps. This is related to the below comment. If <concept-response-body> is a ReadableStream, we don't need this item. Otherwise, we need this early-exit to make `res` have null body. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40523881
Received on Monday, 28 September 2015 07:35:39 UTC