Home
Documentation
Examples
Browser and Web APIs
Exercise: Fetch API
In the request function of the JavaScripts, replace the use of the
XmlHttpRequest
object with corresponding calls of the
fetch
function.
Pay special attention to appropriate error handling.