- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 07 Sep 2015 01:47:32 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 08:48:03 UTC
> > +<h4>ReadableStream</h4> > +<p>A <dfn title=concept-readable-stream>ReadableStream</dfn> represents a stream of data as > +specified in <span data-anolis-ref>STREAMS</span>. In this section, we define common operations > +for ReadableStream used in this spec.</p> > + > +<p>To <dfn title=concept-enqueue-readable-stream>enqueue</dfn> a byte sequence > +(<var title>data</var>) into a <span title=concept-readable-stream>ReadableStream</span> > +<var title>stream</var>, run the following step. Use "run these steps:" (it's okay that it's just one for now). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38843736
Received on Monday, 7 September 2015 08:48:03 UTC