- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 07 Sep 2015 03:59:12 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/119/r38852971@github.com>
> +<a href="#concept-readable-stream" title="concept-readable-stream">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>. > +</ol><p></p> > + > +<p>To <dfn id="concept-read-all-bytes-from-readable-stream" title="concept-read-all-bytes-from-readable-stream">read</dfn> all bytes from a > +<a href="#concept-readable-stream" title="concept-readable-stream">ReadableStream</a> with <var title="">reader</var>, run these > +steps. > + > +<ol> > + <li><p>Let <var title="">promise</var> be a new promise. > + <li><p>Let <var title="">bytes</var> be an empty byte sequence. > + <li><p>Let <var title="">read</var> be the result of calling Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38852971
Received on Monday, 7 September 2015 11:07:04 UTC