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

Use synchronous control flow when making synchronous requests #87

Conversation

DingoEatingFuzz
Copy link
Contributor

The onload event for XHRs does not fire when the XHR is synchronous.
This was causing the callback to never be called and the test suite
to hang indefinitely.

See #82 for the discussion that led up to this.

The onload event for XHRs does not fire when the XHR is synchronous.
This was causing the callback to never be called and the test suite
to hang indefinitely.
@PratheepV
Copy link

It worked for me. Will it be merged ?

@kategengler kategengler merged commit eb7bc80 into ember-cli-code-coverage:master Jan 5, 2017
@DingoEatingFuzz DingoEatingFuzz deleted the handle-synchronous-requests-synchronously branch January 5, 2017 22:46
@PratheepV
Copy link

Cool.

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.

None yet

3 participants