fetch How to use the Fetch API with JavaScript Fetch is a promise based HTTP request API built in to JavaScript. It's fairly well supported (87%+) and is promise based for ease of use and is a perfect fit for those wanting to use out of the box solutions for HTTP.