- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 10 Mar 2016 01:56:44 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 10 March 2016 09:57:12 UTC
> @@ -2552,6 +2558,26 @@ <h3 id="http-network-or-cache-fetch"><span class="secno">5.5 </span>HTTP-network > > <li><p>Let <var>contentLengthValue</var> be null. > > + <li> > + <p>If <var>httpRequest</var>'s <a href="#concept-request-attached-credential" title="concept-request-attached-credential">attached > + credential</a> is <em>not</em> null, run these substeps: > + > + <ol> > + <li>Assert: <var>httpRequest</var>'s <a href="#concept-request-body" title="concept-request-body">body</a> is > + <em>not</em> null. You want to assert it is null, I think. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/237/files#r55656369
Received on Thursday, 10 March 2016 09:57:12 UTC