View Source
Forwards a request to the configured proxy target.
interface FetchProxy { (input: URL | RequestInfo, init: RequestInit): Promise<Response>; }