Wrap AJAX in a Promise - JavaScript Promises Tutorial

In this video we’re going to be wrapping a traditional AJAX call (or XMLHttpRequest call) inside a Promise, mimicking the behaviour of the Fetch API. I don’t recommend you use this for your actual websites or production projects, this is more for educational purposes and understanding promises. Support me on Patreon: - with enough funding I plan to develop a website of some sort with a new developer experience! For your reference, check this out:
Back to Top