Skip to content

HttpFetch

type HttpFetch = (input: string, init?: RequestInit) => Promise<Response>;

Defined in: src/providers/web/httpInternals.ts:18

Fetch implementation accepted by web-family providers.

ParameterType
inputstring
init?RequestInit

Promise<Response>