Package: @effect/platform-browser
Module: BrowserHttpClient
Context reference for the XMLHttpRequest.responseType used by the browser XHR HTTP client, defaulting to "text".
When to use
Use when you need XHR-backed HTTP requests to receive response bodies as text
or raw ArrayBuffer values.
See
XHRResponseType for the allowed response body modeswithXHRArrayBuffer for scoping XHR response handling to ArrayBufferSignature
declare const CurrentXHRResponseType: Context.Reference<XHRResponseType>
Since v4.0.0