- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 07 Nov 2019 09:20:31 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 November 2019 17:20:33 UTC
domenic 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 These should be linked with just `<a>writable side</a>` or maybe `<a for="transform stream">writable side</a>`. If that is not possible now then they should be exported from streams so that it becomes possible. -- 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#pullrequestreview-313504679
Received on Thursday, 7 November 2019 17:20:33 UTC