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