When using Fetch API, the response of an AJAX call is first received in the _______ format.

  • JSON
  • Text
  • XML
  • Blob
The response of a Fetch API call is initially received in the Blob format. This allows flexibility in handling various types of data, such as images, text, or other binary data.
Add your answer
Loading...

Leave a comment

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