-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
The example does not run propery on Firefox #538
Comments
Hmm, may have to switch over to https://github.com/stacktracejs/stacktrace.js/ if we want stack traces to work in all browsers. The promise API makes this a bit harder to work with as we are currently using a lib that returns stacktraces synchronously. |
I think can be very useful to add a clarification saying that browser support it next to link documentation |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When running the example I get: "TypeError: Error.captureStackTrace is not a function" at line: "cucumber.js (line 245, col 121)"
The text was updated successfully, but these errors were encountered: