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
Since we introduced the headers value, setting the headers of a call with an new Headers() object will result in such headers being ignored. I suspect Object.assign is butchering them.
The text was updated successfully, but these errors were encountered:
Since we introduced the
headers
value, setting the headers of a call with annew Headers()
object will result in such headers being ignored. I suspectObject.assign
is butchering them.The text was updated successfully, but these errors were encountered: