- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 07 Sep 2015 03:57:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 10:58:02 UTC
> + <li><p>When <var title>read</var> is rejected with an error, reject <var title>promise</var> > + with that error. > + </ul> > + <li><p>Return <var title>promise</var>. > +</ol></p> > + > +<p class="note no-backref">Because the reader grants exclusive access, the actual mechanism of how > +to read cannot be observed. Implementations could use more direct mechanism if convenient.</p> > + > +<p>To <dfn title=concept-tee-readable-stream>tee</dfn> a > +<span title=concept-readable-stream>ReadableStream</span> <var title>stream</var>, run the following > +step. > +<ol> > + <li><p>Return the result of calling > + <code data-anolis-spec=streams>TeeReadableStream</code>(<var title>stream</var>, true). > + Rethrow any exception. Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38852869
Received on Monday, 7 September 2015 10:58:02 UTC