Source code
Revision control
Copy as Markdown
Other Tools
// This just shouldn't crash.
ignoreUnhandledRejections();
Promise.resolve = () => 42;
Promise.all([1]);
// This just shouldn't crash.
ignoreUnhandledRejections();
Promise.resolve = () => 42;
Promise.all([1]);