Fixes
-
When
fullResponse
is set, the fullfetch
response object should be returned so status can be examined, even in the case of an API error. -
Sometimes an unexpected error causes a useless stringified
fetch
response object to be returned to the SDK caller, such as the following examples.{"size":0,"timeout":0}
or
body already used for [...] (and similar)