- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 05 Oct 2015 04:36:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 5 October 2015 11:37:07 UTC
> +<code title=concept-ReadableStream>ReadableStream</code> with given a byte stream > +<var>bstream</var>, run these steps: > + > +<ol> > + <li><p>Let <var>strategy</var> be an object. The user agent may choose any object. > + > + <li> > + <p>Let <var>pull</var> be an action that runs these substeps: > + > + <ol> > + <li><p>Let <var>bytes</var> be a byte sequence which is > + <span data-anolis-spec=encoding title=concept-stream-read>read</span> from <var>bstream</var>. > + > + <li><p>If <span data-anolis-spec=encoding title=concept-stream-read>read</span> returns > + <span data-anolis-spec=encoding>end-of-stream</span>, > + <span title=concept-close-ReadableStream>close</span> <var>stream</var> defined below. I guess so. Is there a long term plan to improve this? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r41134058
Received on Monday, 5 October 2015 11:37:07 UTC