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

fix(http): don't override readyState for non POST requests #7488

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented May 28, 2024

Move readyState override to open method and do it only for POST requests as the others don't use the overridden XHR object and the override messes with the original object.

closes RDMR-132
closes #7417

@jcesarmobile jcesarmobile merged commit 30c13a8 into main Jun 11, 2024
6 checks passed
@jcesarmobile jcesarmobile deleted the RDMR-97 branch June 11, 2024 14:48
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

Successfully merging this pull request may close these issues.

[Bug]: XHR onreadystatechange not working for non POST requests
3 participants