Package: @effect/platform-browser Module: BrowserHttpClient
@effect/platform-browser
BrowserHttpClient
Allowed response body modes for the browser XHR HTTP client.
Signature
type XHRResponseType = "arraybuffer" | "text"
Source
Since v4.0.0