- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 07 Sep 2015 10:05:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 17:06:23 UTC
> +<p>To <dfn title=concept-tee-ReadableStream>tee</dfn> a > +<span title=concept-ReadableStream>ReadableStream</span> <var title>stream</var>, run these steps: > + > +<ol> > + <li><p>Return the result of calling > + <code data-anolis-spec=streams>TeeReadableStream</code>(<var title>stream</var>, true). > + Rethrow any exception. > +</ol> > + > +<p>An <dfn title=concept-empty-ReadableStream>empty</dfn> > +<span title=concept-ReadableStream>ReadableStream</span> is the result of > +<span title=concept-construct-fixed-ReadableStream>constructing</span> a fixed > +<span title=concept-ReadableStream>ReadableStream</span> with an empty array. > + > +<p class="note no-backref">Constructing an <span title=concept-empty-ReadableStream>empty</span> > +<span title=concept-ReadableStream>ReadableStream</span> must not throw an exception. I think s/must/will/ is a bit more accurate --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38874205
Received on Monday, 7 September 2015 17:06:23 UTC