This link appeared in WDRL 135 on .
Tracking unhandled rejected Promises
In promise-based asynchronous code, rejections are used for error handling. One risk is that rejections may get lost, leading to silent failures.
This project is not maintained anymore. You can still view and search the archives.
Hi, I’m Anselm Hannemann, a freelance Frontend Developer and Engineering Manager. You can hire me. I wrote WDRL for 10 years and have a a Market Garden as a side-business.
This link appeared in WDRL 135 on .
In promise-based asynchronous code, rejections are used for error handling. One risk is that rejections may get lost, leading to silent failures.