Jonathan
Member since Aug 2, 2023
- Profile: /members/14633-jonathan.htm
- Comments: 1
Recent Blog Comments By Jonathan
-
You Can throw() Anything In JavaScript - And Other async/await Considerations
Posted on Aug 2, 2023 at 6:55 PM
I found your post after googling "throw promise" as I was curious if the try/catch mechanism could or should be abused to write a simple API that most of the time returns values synchronously, unless the value can't be evaluated without some internal Async code being executed ( for... read more »