Re: [whatwg/streams] Add more cross-links (#872)

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()}}

Additionally, was it intentional that this linked to `ReadableStreamDefaultController.enqueue()` instead of `TransformStreamDefaultController.enqueue()`

-- 
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_r164274075

Received on Saturday, 27 January 2018 15:34:58 UTC