- From: Mike West <notifications@github.com>
- Date: Thu, 10 Mar 2016 01:16:05 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 10 March 2016 09:16:33 UTC
> @@ -2490,6 +2496,25 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > > <li><p>Let <var>contentLengthValue</var> be null. > > + <li> > + <p>If <var>httpRequest</var>'s <span title=concept-request-attached-credential>attached > + credential</span> is <em>not</em> null, run these substeps: > + > + <ol> > + <li>If <var>httpRequest</var>'s <span title=concept-request-body>body</span> is <em>not</em> > + null, return a <span title=concept-network-error>network error</span>. SGTM. Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/237/files#r55651538
Received on Thursday, 10 March 2016 09:16:33 UTC