- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 07 Dec 2016 08:45:42 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 7 December 2016 16:47:04 UTC
annevk commented on this pull request.
> @@ -3367,6 +3383,23 @@ steps:
parsing issues.
<li>
+ <p>If <var>request</var>'s <a for=request>body</a> is non-null, then run these subsubsteps:
+
+ <ol>
+ <li><p>If <var>request</var>'s <a for=request>body</a>'s <a for=body>source</a> is null,
+ then return a <a>network error</a>.
+
+ <li>
+ <p>
This `<p>` seems like a typo.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/425#pullrequestreview-11842984
Received on Wednesday, 7 December 2016 16:47:04 UTC