Member Junction
    Preparing search index...
    HttpResponseType: "json" | "text" | "arraybuffer" | "blob" | "stream" | "none"

    How to interpret the response body.

    • json — parse as JSON; falls back to raw text when the body is empty or not valid JSON.
    • text — return the body as a string.
    • arraybuffer — return the body as an ArrayBuffer (binary downloads).
    • blob — return the body as a Blob.
    • stream — return the raw ReadableStream body without consuming it.
    • none — discard the body and return null.