A ________ object represents a group of response headers, allowing you to query them and take different actions depending on the results.

  • a) XMLHttpRequest Object
  • b) FetchEvent Object
  • c) Headers Object
  • d) Worker Object
A Headers object represents a group of response headers. It allows you to query and manipulate these headers, which can be crucial when you need to inspect or modify headers in HTTP responses. You can use it for tasks like checking for specific headers or adding custom headers to a request.
Add your answer
Loading...

Leave a comment

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