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.
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.