property
FetchSessionInit.proxy
proxy?: FetchProxyOption
The proxy for the requests of this session.
The constructor throws for a value that names no proxy, such as a number or an object without a url. Only undefined, null and "" mean no option. On a request, fetch() ignores such a value.