Type alias FetchArgs

FetchArgs: [string | URL, RequestInit | undefined]

Arguments of fetch function.

Throws

if a first argument of fetch is Request object. only string and URL are supported.

See

Generated using TypeDoc