- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 19 Jan 2018 23:42:15 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 January 2018 23:42:40 UTC
> https://fetch.spec.whatwg.org/commit-snapshots/9862bc5923c32b070486f27a22a0c3d8a61cb5d0/#response-class > Set r’s response’s status to status\. r's response's status message never gets changed from the default \`OK\`. Is that correct? In Firefox and Chrome it does appear that ```js Response.redirect("https://example.com/", 301).statusText === "OK" ``` which is kinda weird. -- 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/664
Received on Friday, 19 January 2018 23:42:40 UTC