Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facade is missing responseType, but some clients expect to see it #177

Open
raindrift opened this issue Jul 6, 2024 · 1 comment
Open

Comments

@raindrift
Copy link

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.

@raindrift
Copy link
Author

Ok! PR is #178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant