effect-io-ai

Package: @effect/platform-browser
Module: BrowserHttpClient

BrowserHttpClient.XHRResponseType

Allowed response body modes for the browser XHR HTTP client.

Signature

type XHRResponseType = "arraybuffer" | "text"

Source

Since v4.0.0