Skip to main content

Interface: ResponseContext

Types.ResponseContext

Properties​

fetch​

• fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>

Type declaration​

▸ (input, init?): Promise<Response>

Parameters​
NameType
inputRequestInfo | URL
init?RequestInit
Returns​

Promise<Response>


init​

• init: RequestInit


response​

• response: Response


url​

• url: string