Re: [whatwg/fetch] Define Content-Type for ReadableStream. (#961)

We set _Content-Type_ only when it can be calculated from _object_. We don't set _Content-Type_ when _object_ is a BufferSource for example. Web developers are still able to specify the `content-type` request header through the request headers.

Are you suggesting to set `Content-Type` for all requests having non-null body?

-- 
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/issues/961#issuecomment-552318116

Received on Monday, 11 November 2019 06:58:38 UTC