WebFetchResponseinterface Responseextends BodyThis Fetch API interface represents the response to a request. Properties ##headers: Headers readonly#ok: boolean readonly#redirected: boolean readonly#status: number readonly#statusText: string readonly#type: ResponseType readonly#url: string readonlyMethods ##clone(): Response variable ResponseThis Fetch API interface represents the response to a request. Properties ##prototype: Response readonlyMethods ##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 ##headers: Headers readonly#ok: boolean readonly#redirected: boolean readonly#status: number readonly#statusText: string readonly#type: ResponseType readonly#url: string readonlyMethods ##clone(): Response
variable ResponseThis Fetch API interface represents the response to a request. Properties ##prototype: Response readonlyMethods ##json(data: unknown,init?: ResponseInit,): Response #error(): Response #redirect(url: string | URL,status?: number,): Response