- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 07 Feb 2018 20:32:19 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 February 2018 20:33:32 UTC
domenic commented on this pull request. > @@ -502,6 +469,85 @@ ReadableStream(<var>underlyingSource</var> = {}, { <var>size</var>, <var>highWat 1. Otherwise, throw a *RangeError* exception. </emu-alg> +<h4 id="underlying-source-api">Underlying Source API</h4> + +The {{ReadableStream()}} constructor accepts as its first argument a JavaScript object representing the <a>underlying +source</a>. Such objects may contain any of the following properties: + +<dl> + <dt><dfn method for="underlying source">start(<var>controller</var>)</dfn></dt> It's defined in the section on `type`. I'll move it down to the bottom, to be symmetric with writable streams -- 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/875#discussion_r166746187
Received on Wednesday, 7 February 2018 20:33:32 UTC