Make unhandled promise rejections fail hard right away instead of the default silent fail
Make unhandled promise rejections fail loudly instead of the default silent fail
Track the list of currently unhandled promise rejections.
Crash or abort if you get an unhandledRejection or multipleResolves
Much better tracing of unhandled promise rejections in JavaScript