- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 07 Sep 2015 03:59:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 10:59:56 UTC
> +</p> > + > +<p>To <dfn title=concept-enqueue-readable-stream>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> > + > +<p>To <dfn title=concept-close-readable-stream>close</dfn> a > +<span title=concept-ReadableStream>ReadableStream</span> <var title>stream</var>, run these steps: > +<ol> > + <li><p>Call <code data-anolis-spec=streams>CloseReadableStream</code> Only a single space is used elsewhere. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38852988
Received on Monday, 7 September 2015 10:59:56 UTC