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

IE11 - Reorder XHR timeout and enforce async to avoid InvalidStateError #31

Merged
merged 3 commits into from
Aug 8, 2016

Conversation

theninj4
Copy link
Contributor

@theninj4 theninj4 commented Aug 8, 2016

I'm seeing strange behaviour in our staging environment in IE11, whereby when we go to flush the transport buffer we get an InvalidStateError - the internet suggests it's sometime to do with the ordering of the commands (stephanebachelier/superapi#5) and looking at how superagent is implemented, they avoid synchronous requests entirely, so I'm following in their footsteps.

@theninj4 theninj4 added the bug label Aug 8, 2016
@djbeaumont djbeaumont self-assigned this Aug 8, 2016
@djbeaumont
Copy link

Looks fabulous 👍

@theninj4 theninj4 merged commit 54192d8 into master Aug 8, 2016
@theninj4 theninj4 deleted the ie11-xhr-issues branch August 8, 2016 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants