- From: Yutaka Hirano <notifications@github.com>
- Date: Thu, 14 Apr 2016 01:35:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 14 April 2016 08:35:57 UTC
> @@ -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 see, thanks. Fixed. --- 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#r59680209
Received on Thursday, 14 April 2016 08:35:57 UTC