Start your All-Access Pass to unlock this challenge
Which of these properties do not come in the fetchResponse object when the event turbo:before-fetch-response happens?
fetchResponse
turbo:before-fetch-response
response: Is an object that contains details about the server response, such as body, headers status, redirected and more.
response
body
headers
status
redirected
location: Is an object that contains the information about the location where the response came from.
location
language: Is a string containing the language in which our content was retrieved.
language
succeeded: Is a boolean that determines weather the fetch was successful.
succeeded