Function: getResponse()
getResponse(
url,options):Promise<Response>
Defined in: packages/fetch/src/getResponse.ts:13
Execute built-in fetch() and retry if request fails and options.retry > 0.
Parameters
url
request URL
string | URL
options
(optional)
FetchOptions | undefined
Returns
Promise<Response>
response