Re: [whatwg/fetch] Queue "process request body" tasks during request body transmission (#532)

yutakahirano commented on this pull request.



> @@ -1187,16 +1187,19 @@ or "<code>worker</code>".
    <li>
     <p>When <var>read</var> is fulfilled with an object whose <code>done</code>
     property is false and whose <code>value</code> property is a
-    <code>Uint8Array</code> object, run these substeps:
+    <code>Uint8Array</code> object, run these substeps <a>in parallel</a>:

I use the term "step" for outer steps (e.g., "Let _body_ be _request_'s body") and "substep" for inner steps (e.g., "Transmit _bs_"). The below "Run the above step again." relies on that.

-- 
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/532#discussion_r113368395

Received on Wednesday, 26 April 2017 05:31:16 UTC