The Javascript Fetch API is the current standard to make asynchronous HTTP Requests. To anyone who used XMLHttpRequest and Jquery.ajax(), this new API provides more powerful and flexible features.
Continue reading “Javascript Fetch API: The XMLHttpRequest evolution”