[whatwg/xhr] Please add followRedirects=true/false to XMLHttpRequest specification (#189)

Please add followRedirects=true/false to XMLHttpRequest specification. Without it there is no possible to catch in onreadystatechange redirection pages (301 and 302 status) and response of them or optionally state 5 in .readyState with possibility of read status code, response and headers. 

Default value of followRedirects for compatibility: true. 

-- 
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/xhr/issues/189

Received on Sunday, 11 February 2018 15:54:18 UTC