Beta
Optional
Beta
data?: anyThe response data.
Optional
Beta
headers?: Record<string, string>The response headers.
Optional
Beta
redirected?: booleanIndicates whether or not the request was redirected.
Beta
request: CommonMediaRequestThe origin request.
Beta
resourceThe network timing of the request/response.
Optional
Beta
status?: numberThe HTTP status code of the response.
Optional
Beta
statusThe status message corresponding to the HTTP status code.
Optional
Beta
type?: stringThe type of the response.
Optional
Beta
url?: stringThe final URL obtained after any redirects.
Common response API.