ggrossetie / unxhr

Synchronous and asynchronous XMLHttpRequest for Node
MIT License
0 stars 3 forks source link

response.statusText should return a "stringified" Error #30

Closed ggrossetie closed 3 years ago

ggrossetie commented 3 years ago

If we want to be compliant, we should probably infer the value from the Error object: https://tools.ietf.org/html/rfc7231#section-6.1

ggrossetie commented 3 years ago

This is wrong.