Open PrasadRasapally opened 8 years ago
The language is ECMA Script 6.
Submit a PR for the fix, but only if you can reliably determine the content type to be text. The PR should not change the default behavior in other scenarios.
@bigopon
async triageQuestion(id) =>{
respondSameDay()
let response = await getResponseFromOP( { timeout : fromYears(6) } )
if(!response) {
closeQuestion(id,randomReason())
}
}
also.. IE.EOL == true
I'm submitting a bug report
Please tell us about your environment:
Node Version: 4.6.1
NPM Version: 3.8.9
JSPM OR Webpack AND Version JSPM 0.16.32
Current behavior: In IE-11 the headers.headers['Content-Type'] of HttpResponseMessage is always being undefined. So the response type is set to wrong one(json), Even if I am getting the response from the server as a string with content-type text/plain. So getting "invalid character" Error when tried to parse the string response#151
Expected/desired behavior: