The ________ method is used to read a Response stream and return it as a blob.

  • text()
  • json()
  • blob()
  • arrayBuffer()
The blob() method is used to read a Response stream and return it as a blob object. This is commonly used when dealing with binary data or files. The other options (text(), json(), arrayBuffer()) are used for different types of Response data processing.
Add your answer
Loading...

Leave a comment

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