Re: [whatwg/fetch] Response construction with ReadableStream (#283)

> @@ -3842,7 +3842,8 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>  <h3>Body mixin</h3>
>  
>  <pre class=idl>typedef any <dfn>JSON</dfn>;
> -typedef (<span data-anolis-spec=fileapi>Blob</span> or BufferSource or <span data-anolis-spec=xhr>FormData</span> or <span data-anolis-spec=url>URLSearchParams</span> or USVString) <dfn>BodyInit</dfn>;</pre>
> +typedef (<span data-anolis-spec=fileapi>Blob</span> or BufferSource or <span data-anolis-spec=xhr>FormData</span> or <span data-anolis-spec=url>URLSearchParams</span> or USVString) <dfn>BodyInit</dfn>;
> +typedef (<span>BodyInit</span> or <code title=concept-ReadableStream>ReadableStream</code>) <dfn>ResponseBodyInit</dfn>;</pre>

I was about to merge, but you need to use `<span>` inside `<pre>`, not `<code>`. Otherwise the coloring gets weird. A `<pre class=idl>` block is code already in a way.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/283/files/507d47002e13ad5509b8ae527f99233d5df02d76#r59679699

Received on Thursday, 14 April 2016 08:32:12 UTC