Y
Hacker News
new
|
ask
|
show
|
jobs
by
spion
4521 days ago
Promises normalize all exceptions in
promise
code to bubble up the chain - as such, they do make it back to the caller.
(However, they do leave async exceptions from callbacks alone - only domains can handle those)