- From: Gregory Terzian <notifications@github.com>
- Date: Tue, 02 Jun 2020 08:44:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 June 2020 15:45:09 UTC
@gterzian commented on this pull request. > @@ -5458,7 +5458,10 @@ 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 ReadableStream or USVString) BodyInit;</pre> +typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;</pre> + +<pre class=idl> Ok, addressed... -- 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/1029#discussion_r433977026
Received on Tuesday, 2 June 2020 15:45:09 UTC