WebFetchResponseinterface Responseextends BodyThis Fetch API interface represents the response to a request. Properties #readonly#headers: Headersreadonly#ok: booleanreadonly#redirected: booleanreadonly#status: numberreadonly#statusText: stringreadonly#type: ResponseTypereadonly#url: stringMethods ##clone(): Responsevariable ResponseThis Fetch API interface represents the response to a request. Properties #readonly#prototype: ResponseMethods ##json(data: unknown,init?: ResponseInit,): Response#error(): Response#redirect(url: string | URL,status?: number,): Response
interface Responseextends BodyThis Fetch API interface represents the response to a request. Properties #readonly#headers: Headersreadonly#ok: booleanreadonly#redirected: booleanreadonly#status: numberreadonly#statusText: stringreadonly#type: ResponseTypereadonly#url: stringMethods ##clone(): Response
variable ResponseThis Fetch API interface represents the response to a request. Properties #readonly#prototype: ResponseMethods ##json(data: unknown,init?: ResponseInit,): Response#error(): Response#redirect(url: string | URL,status?: number,): Response