|
|
|
|
|
by jarrett
4521 days ago
|
|
Good point. I had previously thought the callback in some way "remembered" who called it, and could bubble an exception back up to the caller's try/catch block. But you've set me straight. Further proving the point that you can't just throw exceptions whenever you want. |
|
However if you use a promise-based timeout too:
No problem bubbling that.