- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 07 Sep 2015 04:26:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 11:27:23 UTC
> + <li><p>For each <var title>chunk</var> in <var title>chunks</var>, > + <span title=concept-enqueue-ReadableStream>enqueue</span> <var title>chunk</var> into > + <var title>stream</var>. Rethrow any exceptions. > + <li><p><span title=concept-close-ReadableStream>Close</span> <var title>stream</var>. Rethrow any > + exceptions. > + <li>Return <var title>stream</var>. > +</ol></p> > + > +<p>To <dfn title=concept-get-reader>get</dfn> a reader from a > +<span title=concept-ReadableStream>ReadableStream</span> <var title>stream</var>, run these steps: > +<ol> > + <li><p>Let <var title>reader</var> be the result of calling > + <code data-anolis-spec=streams>AcquireReadableStreamReader</code>(<var title>stream</var>). > + Rethrow any exceptions. > + <li><p>Return <var title>reader</var>. > +</ol></p> Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38854607
Received on Monday, 7 September 2015 11:27:23 UTC