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.
Click to load comments...