Re: [whatwg/fetch] Uploading a Request made from a ReadableStream body (#425)

yutakahirano 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>

Done.

-- 
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

Received on Friday, 9 December 2016 10:04:35 UTC