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

> +  <li><p>For each <var title>chunk</var> in <var title>chunks</var>,
> +      <span title=concept-enqueue-ReadableStream>enqueue</span> <var title>chunk</var> into
> +      <var title>stream</var>. Rethrow any exceptions.
> +  <li><p><span title=concept-close-ReadableStream>Close</span> <var title>stream</var>. Rethrow any
> +      exceptions.
> +  <li>Return <var title>stream</var>.
> +</ol></p>
> +
> +<p>To <dfn title=concept-get-reader>get</dfn> a reader from a
> +<span title=concept-ReadableStream>ReadableStream</span> <var title>stream</var>, run these steps:
> +<ol>
> +  <li><p>Let <var title>reader</var> be the result of calling
> +      <code data-anolis-spec=streams>AcquireReadableStreamReader</code>(<var title>stream</var>).
> +      Rethrow any exceptions.
> +  <li><p>Return <var title>reader</var>.
> +</ol></p>

Please remove this `</p>`. It's wrong.

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

Received on Monday, 7 September 2015 11:11:50 UTC