We have already touched upon the topic of making AJAX requests. There are many ways to make AJAX requests; the two most common approaches are:
- Using the fetch API; the fetch API is a web standard and is thus built into most browsers
- Using the ajax() method, nowadays built into the RxJS library; it used to exist in a library called Rx.Dom