- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 31 Jan 2018 09:31:24 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 31 January 2018 17:32:40 UTC
domenic 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()}} Also change this one? -- 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-93012606
Received on Wednesday, 31 January 2018 17:32:40 UTC