- From: Surma <notifications@github.com>
- Date: Sat, 27 Jan 2018 13:22:27 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 27 January 2018 13:22:50 UTC
surma commented on this pull request. > <li> <p><code>transform(chunk, controller)</code> is called when a new chunk originally written to the writable side is ready to be transformed. It can return a promise to signal success or failure of the transformation. The results of the transformation can be enqueued to the readable side using the - {{ReadableStreamDefaultController/enqueue(chunk)|controller.enqueue()}} method. This permits a single chunk - written to the writable side to result in zero or multiple chunks on the readable side. + {{TransformStreamDefaultController|controller}}.{{TransformStreamDefaultController/enqueue(chunk)|enqueue()}} What do you think about splitting the links to contain both the class definition as well as the method definition? -- 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/streams/pull/872#pullrequestreview-92025423
Received on Saturday, 27 January 2018 13:22:50 UTC