express-async-errors
express-async-errors copied to clipboard
Is ExpressJs v5 support on-progress?
curious.... when it would be supported.. Thanks.
@hongz1 doesn't Express v5 support this out of the box? I didn't test it but I heard it does support async error handling
@hongz1 doesn't Express v5 support this out of the box? I didn't test it but I heard it does support async error handling
It doesn't work.
This package shouldn't be needed when using Express v5 as it natively supports promises (async/await). See the error handling logic in the v4->v5 migration guide: https://expressjs.com/en/guide/migrating-5.html#rejected-promises