build(): ( input: string | URL | Request, init?: RequestInit,) => Promise<Response> Returns (input: string | URL | Request, init?: RequestInit) => Promise<Response>
- (input: string | URL | Request, init?: RequestInit): Promise<Response>
Parameters
- input: string | URL | Request
Optional
init: RequestInit
Returns Promise<Response>
The shorthand fetch function.