Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

XHR

Prerequisites

Course

Learn what XHR is, and check the different ways of making network requests there are.

First you should check the old XMLHttpRequest API.

Then learn how to use the new Fetch API, which is way more convenient to use.