The video for this lesson is currently being updated, please read the transcript instead.

Using Fetch API and Polyfill.io

In the last lesson we bound the search input so that users can enter something that they want to search for in our store.

The next step is to take that search term and use that as part of an AJAX request to our API, which will then return the poster items matching the search.

In this video, we're going to see how to make an AJAX request to an API using fetch.

Fetch

To view the complete lesson you'll need to login or join this course.


Click to load comments...