[whatwg/fetch] Change new Response() statusText default? (#698)

In #600 I'm changing the default for network responses (and `Response.redirect()`, which Safari already aligns with) since HTTP/2 doesn't have a status message. It would make sense to change the default for the API too, but that would be a "breaking" change across all implementations.

It would make sense though.

Concretely, this would mean changing the dictionary default from "OK" to "".

cc @youennf @wanderview @yutakahirano 

-- 
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/698

Received on Thursday, 12 April 2018 11:35:53 UTC