DISCOVER
X

Tag Archive: Es6

ES6 Fetch Always Returns Response Ok as False, Why??

March 20, 2017 8:19 am 2 Comments

I recently developed a ReactJS application and of course I used the ES6 syntax along with Babel and various other polyfills. In order to send XHR requests to the backend, I have used the fetch() call. The request was successful and I could see from the network console that the... View Article