Promise is not rejected upon redirect fail / CORS
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
Thanks for this library, is awesome!
I've been facing the following error when trying to request an URL (`http`) that redirects me to another URL (`https`).

Seems that RR is not firing `rejected` state, since I get an error and its state keeps on `pending`.
I tried to put `redirect: 'error'`, but it keeps behaving the same way: I get an error and PromiseState continues on `pending`.
Version: `0.8.0`.
This is kind of a report / question, mainly because I'm maybe doing something wrong.
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.