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
It seems that even after the last fix on this function, the headers are not showing on IE. Looking into debug, it seems that the actual headers are located in response.headers.map and the code below just ignores it:
The solution i found is to check if the property map exists and if so, i get the headers from there using Object.keys. If theres no map property, i use the array.from like above.
It works like a charm now
It seems that even after the last fix on this function, the headers are not showing on IE. Looking into debug, it seems that the actual headers are located in
response.headers.map
and the code below just ignores it:The text was updated successfully, but these errors were encountered: