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

> +  <li><p>Set <var title="">init</var>["cancel"] to a function that runs <var title="">cancel</var> if
> +      <var title="">cancel</var> is given.
> +  <li><p>Set <var title="">init</var>["strategy"] to <var title="">strategy</var> if
> +      <var title="">strategy</var> is given.
> +  <li><p>Set <var title="">init</var> be the result of calling the initial value of
> +      <a href="#concept-readablestream" title="concept-ReadableStream">ReadableStream</a> as constructor with
> +      <var title="">init</var> as an argument. Rethrow any exceptions.
> +  <li><p>Return <var title="">stream</var>.
> +</ol><p></p>
> +
> +<p>To <dfn id="concept-construct-fixed-readablestream" title="concept-construct-fixed-ReadableStream">construct</dfn> a fixed
> +<a href="#concept-readablestream" title="concept-ReadableStream">ReadableStream</a> with given <var title="">chunks</var>,
> +run these steps:
> +
> +<ol>
> +  <li><p>Let <var title="">stream</var> be the result of

And newline after each `<li>` here.

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

Received on Monday, 7 September 2015 11:10:44 UTC