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

> +<span title=concept-ReadableStream>ReadableStream</span> with <var title>reader</var>, run these
> +steps:
> +
> +<ol>
> + <li><p>Let <var title>promise</var> be a new promise.
> +
> + <li><p>Let <var title>bytes</var> be an empty byte sequence.
> +
> + <li>
> + <p>Let <var title>read</var> be the result of calling
> + <code data-anolis-spec=streams>ReadFromReadableStreamReader</code>(<var title>reader</var>).
> +
> + <ul>
> +  <li><p>When <var title>read</var> is fulfilled with an object whose <code title>done</code>
> +  property is false and whose <code title>value</code> property is a
> +  <code title>Uint8Array</code>, append the <code title>value</code> property to

Is there a better way to reference Uint8Array and TypeError?

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

Received on Monday, 7 September 2015 17:05:40 UTC