Re: [fetch] Add "Streams" section. (#119)

> +<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.

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/119/files#r38885378

Received on Tuesday, 8 September 2015 01:57:45 UTC