- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 02 Jun 2020 08:54:39 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 June 2020 15:54:52 UTC
@annevk commented on this pull request. > +typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;</pre> + +typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;</pre> ```suggestion typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit; typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit; </pre> ``` -- 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#pullrequestreview-422824116
Received on Tuesday, 2 June 2020 15:54:52 UTC