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

> @@ -1056,6 +1056,167 @@ <h4 id=terminology-headers>Headers</h4>
>  <p class=note>The details of referrer policies are discussed in Referrer Policy.
>  <span data-anolis-ref>REFERRER</span>
>  
> +<h3>Streams</h3>
> +
> +<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.

I guess I usually don't use `<cite>Standard</cite>` and instead just add "[STREAMS]" at the end of a paragraph when the paragraph refers to something foreign. We should probably mention `<cite>Streams</cite>` in the first paragraph of https://fetch.spec.whatwg.org/#infrastructure of we wanted to do that.

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

Received on Tuesday, 8 September 2015 05:30:58 UTC