Fetch Client API Documentation - v1.1.1
    Preparing search index...

    Variable DEFAULT_RESPONSE_TYPEConst Readonly

    DEFAULT_RESPONSE_TYPE: "auto" = ...

    Default response type for automatic parsing

    When no specific response type is requested, the client will use this default to automatically detect the appropriate parsing method.

    // Use default response type
    const responseType = config.responseType ?? DEFAULT_RESPONSE_TYPE;