Skip to main content

Interface: RequestContext

Types.RequestContext

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


url​

• url: string