Skip to content

v6.0.5

Latest
Compare
Choose a tag to compare
@C-D-Lewis C-D-Lewis released this 18 Feb 09:33
· 2 commits to master since this release
25bcff4

Fixes

  • When fullResponse is set, the full fetch 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)