- From: Surma <notifications@github.com>
- Date: Fri, 26 Jan 2018 22:32:26 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 26 January 2018 22:32:48 UTC
surma commented on this pull request.
> @@ -444,11 +444,11 @@ ReadableStream(<var>underlyingSource</var> = {}, { <var>size</var>, <var>highWat
govern how the constructed stream instance behaves:
<ul>
- <li><p><code>start(controller)</code> is called immediately, and is typically used to adapt a <a>push
+ <li><p><code>start({{ReadableStreamDefaultController|controller}})</code> is called immediately, and is typically used to adapt a <a>push
This one is a bit questionable because it could also be a BYOB, but I think having it clickable is worth the simplification.
--
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-91988951
Received on Friday, 26 January 2018 22:32:48 UTC