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
I have run into an issue where some clients seem to check for the existence of the responseType property on the xhr before setting it, but then depend on it being present.
The solution was pretty simple, just add responseType with the default value of empty string to the facade, along with the other properties. PR forthcoming.
The text was updated successfully, but these errors were encountered:
I have run into an issue where some clients seem to check for the existence of the
responseType
property on the xhr before setting it, but then depend on it being present.The solution was pretty simple, just add
responseType
with the default value of empty string to the facade, along with the other properties. PR forthcoming.The text was updated successfully, but these errors were encountered: