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

> +          property is false and whose <code title>value</code> property is a
> +          <code title>Uint8Array</code>, append the <code title>value</code> property to
> +          <var title>bytes</var> and run the above step again.
> +
> +      <li><p>When <var title>read</var> is fulfilled with an object whose <code title>done</code>
> +          property is true, resolve <var title>promise</var> with <var title>bytes</var>.
> +
> +      <li><p>When <var title>read</var> is fulfilled with a value that matches with neither of the
> +          above patterns, reject <var title>promise</var> with a <code title>TypeError</code>.
> +
> +      <li><p>When <var title>read</var> is rejected with an error, reject <var title>promise</var>
> +          with that error.
> +  </ul>
> +
> +  <li><p>Return <var title>promise</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#r38853691

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