- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 07 Sep 2015 10:03:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 17:03:58 UTC
> @@ -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. @annevk: is `<cite>Streams</cite>` the usual way of doing this? Seems a bit out of place. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38874133
Received on Monday, 7 September 2015 17:03:58 UTC