- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 25 Apr 2017 22:30:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 April 2017 05:31:16 UTC
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