XMLHttpRequest vs the Fetch API: What’s Best for Ajax in 2019?
Weighing up whether to keep using XMLHttpRequest vs the Fetch API's modern take? We look at the pros and cons of both options.
Weighing up whether to keep using XMLHttpRequest vs the Fetch API's modern take? We look at the pros and cons of both options.
Ludovico Fischer introduces you to the Fetch API, a new standard that aims to unify fetching across the web and to replace XMLHttpRequest.
Ludovico Fischer introduces you to superagent and axios, two libraries to perform GET and POST requests, and much more.