Types.RequestContext
• fetch: (input
: RequestInfo
| URL
, init?
: RequestInit
) => Promise
<Response
>
▸ (input
, init?
): Promise
<Response
>
Name | Type |
---|
input | RequestInfo | URL |
init? | RequestInit |
Promise
<Response
>
• init: RequestInit
• url: string