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

annevk commented on this pull request.



> @@ -577,7 +577,7 @@ user-agent-defined <a for=header>value</a> for the
 <ul>
  <li>
   <p>A <dfn export for=body id=concept-body-stream>stream</dfn> (a
-  {{ReadableStream}} object).
+  {{ReadableStream}} object or null).

Nit: this should be "null or a ReadableStream object". Maybe now is also a good time to remove the XXX paragraph that follows this? It's been long resolved per https://github.com/yutakahirano/fetch-with-streams/issues/46.

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

Received on Monday, 19 December 2016 12:32:44 UTC