Which method is used to send an AJAX request when using the Fetch API with Promises?

  • fetch()
  • send()
  • request()
  • ajax()
The fetch() method is used to send an AJAX request when utilizing the Fetch API with Promises. It is a modern and flexible API for making HTTP requests and handling responses.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *