You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue I found for it, is that we need to dectect JVM, JS/Browser, JS/Node.
If you think you can implement and uniform api that works for all the cases, the PR will be welcome.
Would be good to have ability to setup global handler for catching any unhandled rejection
Something like
process.on('unhandledRejection', ...
in Node.jshttps://nodejs.org/dist/latest-v18.x/docs/api/process.html#event-unhandledrejection
The text was updated successfully, but these errors were encountered: