throw
inside responseMiddleware
does not work as expected
#429
Labels
throw
inside responseMiddleware
does not work as expected
#429
I think I should be able to throw errors inside response middleware. Simplest example:
However this just results in a JS engine complaint, while execution continues unaffected:
I would not expect a thrown error to be turned into an unhandled promise rejection.
The text was updated successfully, but these errors were encountered: