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

> +</ol>
> +</p>
> +
> +<p>To <dfn title=concept-close-readable-stream>close</dfn> a
> +<span title=concept-readable-stream>ReadableStream</span> <var title>stream</var>, run the following
> +step.
> +<ol>
> +  <li><p>Call <code data-anolis-spec=streams>CloseReadableStream</code>
> +         (<var title>stream</var>). Rethrow any exceptions.
> +</ol>
> +</p>
> +
> +<p>To <dfn title=concept-construct-readable-stream>construct</dfn> a
> +<span title=concept-readable-stream>ReadableStream</span> with given <var title>strategy</var>,
> +<var title>pull</var> action and <var title>cancel</var> action, all of which are optional, run
> +these steps.

Use ":" at the end.

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

Received on Monday, 7 September 2015 08:48:47 UTC