You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure fetch errors are caught properly, simplify handling of Headers to fix bug (#179)
* Update curl command in fetchWithRetry to include error handling options, ensure errors are actually caught properly and returned to users.
* Force format of headers passed into fetchWithRetry to be more predictable, no more reliance on `instanceof Headers` check. Fixes#177
0 commit comments