Const
Readonly
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 typeconst responseType = config.responseType ?? DEFAULT_RESPONSE_TYPE; Copy
// Use default response typeconst responseType = config.responseType ?? DEFAULT_RESPONSE_TYPE;
Default response type for automatic parsing