Login
From:
MDN Web Docs
(Uncensored)
subscribe
Window: unhandledrejection event - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/Window/unhandledrejection_event
links
backlinks
Roast topics
Find topics
Find it!
The unhandledrejection event is sent to the global scope of a script when a JavaScript Promise that has no rejection handler is rejected; typically, this is the window, but may also be a Worker.