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

> +<var title>pull</var> action and <var title>cancel</var> action, all of which are optional, run
> +these steps:
> +
> +<ol>
> +  <li><p>Let <var title>init</var> be a new object.
> +  <li><p>Set <var title>init</var>["pull"] to a function that runs <var title>pull</var> if
> +      <var title>pull</var> is given.
> +  <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
> +      <span title=concept-ReadableStream>ReadableStream</span> as constructor with
> +      <var title>init</var> as an argument. Rethrow any exceptions.
> +  <li><p>Return <var title>stream</var>.
> +</ol></p>

Please remove this `</p>`. It's wrong.

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

Received on Monday, 7 September 2015 11:11:38 UTC