We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got an error like in title. It's in function computeStackTrace in last return when tries to get ex.name.
It is called by function traceKitWindowOnUnhandledRejection (and I don't have more stacktrace).
Could you tell me why I got this error?
The text was updated successfully, but these errors were encountered:
This is a function that is wired up to https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onunhandledrejection and handles this type of event. Sounds like that event can be null. Can you let us know how you reproduced it and with the specifics of what browser/os you were using with specific versions.
Sorry, something went wrong.
I'm sorry, but I've seen that error only once and had some trouble getting it.
Steps to get this error:
No branches or pull requests
I've got an error like in title. It's in function computeStackTrace in last return when tries to get ex.name.
It is called by function traceKitWindowOnUnhandledRejection (and I don't have more stacktrace).
Could you tell me why I got this error?
The text was updated successfully, but these errors were encountered: