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

Support IE 9 and lower better #69

Merged
merged 4 commits into from
Aug 21, 2014
Merged

Support IE 9 and lower better #69

merged 4 commits into from
Aug 21, 2014

Conversation

kyrylo
Copy link

@kyrylo kyrylo commented Aug 21, 2014

Although it is already supported, the problem is that the back-end
expects 2 extra metaframes, if a stack trace was generated by us.

The first approach in generateStacktrace() provides these frames,
but if it fails, we fall back to the second approach, which lacks
them. It means that on the back-end side the parser chops off two
important frames.

screenshot 2014-08-20 21 22 50

Although it is already supported, the problem is that the back-end
expects 2 extra metaframes, if a stack trace was generated by us.

The first approach in `generateStacktrace()` provides these frames,
but if it fails, we fall back to the second approach, which lacks
them. It means that on the back-end side the parser chops off two
important frames.
};
window.postMessage("hello", "*");
});
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyrylo can you please add an } else { it("should pass", function() {}) to this. That way the counts match on all browsers so it's easy to tell whether a browser has finished running the tests.

kyrylo added 3 commits August 20, 2014 22:53
The problem with the previous test was that IE8 and lower don't run
it, because of the "addEventListener" check.
@ConradIrwin ConradIrwin merged commit 48267ca into master Aug 21, 2014
@kyrylo kyrylo deleted the ie9lte-support branch August 22, 2014 18:35
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.

2 participants