- From: Adam Rice <notifications@github.com>
- Date: Sun, 28 Jan 2018 19:31:39 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2018 03:32:23 UTC
ricea 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()}} I'm 99% sure that linking to `ReadableStreamDefaultController.enqueue()` was a mistake here. Thanks for catching it. Splitting the links looks okay to me, but I will defer to @domenic who knows much more about correct markup fro WhatWG standards. -- 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#discussion_r164330575
Received on Monday, 29 January 2018 03:32:23 UTC