Request interceptor is a function that is invoked during an in-flight (outgoig) request and is designed to intercept a request to perform additional processing before the request is sent and after the ...
This repository contains three examples of the differents ways to make a Asynchronous request in JavaScript. As result of the Things learned on the Udacity's Course Asynchronous JavaScript Requests.