- From: Yutaka Hirano <notifications@github.com>
- Date: Fri, 13 Dec 2019 01:05:03 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 December 2019 09:05:09 UTC
yutakahirano commented on this pull request. > @@ -6224,17 +6224,22 @@ constructor must run these steps: <p>If <var>inputBody</var> is <var>body</var> and <var>inputBody</var> is non-null, then: <ol> - <li> - <p>Let <var>rs</var> bs a {{ReadableStream}} object from which one can read the exactly - same data as one could read from <var>inputBody</var>'s <a for=body>stream</a>. + <li><p>Let <var>ws</var> and <var>rs</var> be the + <a href="https://streams.spec.whatwg.org/#writable-side">writable side</a> and + <a href="https://streams.spec.whatwg.org/#readable-side">readable side</a> of an + <a href="https://streams.spec.whatwg.org/#identity-transform-stream">identity transform 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/959#discussion_r357544043
Received on Friday, 13 December 2019 09:05:09 UTC