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

>  
> +<h4>ReadableStream</h4>
> +
> +<p>A <dfn title=concept-ReadableStream>ReadableStream</dfn> represents a stream of data as
> +specified in <cite>Streams</cite>. In this section, we define common operations for ReadableStream.
> +<span data-anolis-ref>STREAMS</span></p>
> +
> +<p>To <dfn title=concept-enqueue-ReadableStream>enqueue</dfn> a byte sequence
> +(<var title>data</var>) into a <span title=concept-ReadableStream>ReadableStream</span>
> +<var title>stream</var>, run the these steps:
> +
> +<ol>
> + <li><p>Call <code data-anolis-spec=streams>EnqueueInReadableStream</code> (<var title>stream</var>,
> +     <var title>data</var>). Rethrow any exceptions.
> +</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#r38853668

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