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: XMLHttpRequest patch not calling onload #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amccloud
Copy link

Callbacks like onload seem to never fire on the patched XMLHttpRequest global. I was able to track this down to the original callback getting lost in the shuffle. This patches the original callback to call the original onload and other callbacks from XMLHttpRequest.

Apologies for the rapid-fire PRs. I have a running branch that I'm breaking these out of since it seems easier to address each one individually.

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.

1 participant