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
Headers are included in simpleWithHeaders requests only. This request type should go away, and headers should always be returned. I am thinking response would be {body: ..., headers: ...} and we can access either or both with TS deconstruction.
Headers are included in
simpleWithHeadersrequests only. This request type should go away, and headers should always be returned. I am thinking response would be{body: ..., headers: ...}and we can access either or both with TS deconstruction.