- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 28 Nov 2016 23:04:40 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 29 November 2016 07:05:16 UTC
yutakahirano commented on this pull request. > @@ -4240,9 +4252,7 @@ method, when invoked, must run these steps: <h3 id=body-mixin>Body mixin</h3> <pre class=idl> -typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) BodyInit; - -typedef (BodyInit or ReadableStream) ResponseBodyInit;</pre> +typedef (Blob or BufferSource or FormData or URLSearchParams or USVString or ReadableStream) BodyInit;</pre> Done. -- 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/425
Received on Tuesday, 29 November 2016 07:05:16 UTC