Hacker News new | past | comments | ask | show | jobs | submit login

> That is because browser environment catches all exceptions and displays them in console. So effectively they become handled exceptions.

No, it has nothing to do with the developer console. It has everything to do with the fact that async exceptions do not bubble up in the main execution thread. Promises work the exact same way since they existed as libraries long before they were included in the language. It's about consistency, nothing more, nothing less.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: