Skip to content

Use synchronous control flow when making synchronous requests - #87

Merged
kategengler merged 1 commit into
ember-cli-code-coverage:masterfrom
DingoEatingFuzz:handle-synchronous-requests-synchronously
Jan 5, 2017
Merged

Use synchronous control flow when making synchronous requests#87
kategengler merged 1 commit into
ember-cli-code-coverage:masterfrom
DingoEatingFuzz:handle-synchronous-requests-synchronously

Conversation

@DingoEatingFuzz

Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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.

3 participants