Package: @effect/platform-browser
Module: BrowserHttpClient
Context reference for the fetch implementation used by the fetch-based HTTP client.
Signature
declare const Fetch: Context.Reference<{ (input: RequestInfo | URL, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<Response>; }>
Since v4.0.0