redux-auth
redux-auth copied to clipboard
Xhr
Hi guys,
The commits are a bit messy, but if you like I could rebase them into a single one. This PR adds XHR as an alternative to fetch. This since fetch doesn't support features as progress and has other api differences, for example when retrieving files (It returns a Stream). This could make some people to rather old XHR over fetch. Let me know what you think.
Hi, Could you please explain me a bit further why did the tests failed?