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

annevk commented on this pull request.

Found a couple of nits and a question about the overall structure of this algorithm.

>  
-     <li><p>Increase <var>body</var>'s <a for=body>transmitted bytes</a> by <var>bytes</var>'s
-     length.
+      <p class="note no-backref">This substep blocks until entire <var>bs</var> is transmitted.
 
      <li><p>Run the above step again.

Which step does this refer to?

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

Can we use "steps" here rather than "substeps"?

>  
-     <li><p>Increase <var>body</var>'s <a for=body>transmitted bytes</a> by <var>bytes</var>'s
-     length.
+      <p class="note no-backref">This substep blocks until entire <var>bs</var> is transmitted.

s/entire bs is/bs is fully/

-- 
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#pullrequestreview-34546549

Received on Tuesday, 25 April 2017 12:24:37 UTC