p-try
`Start a promise chain
`Start a promise chain
Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
Make unhandled promise rejections fail loudly instead of the default silent fail
Make unhandled promise rejections fail hard right away instead of the default silent fail
Selective error catching and rewrite rules
The official Elastic APM agent for Node.js
function try-catch wrapper for promises
Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
Selective error catching and rewrite rules
ES6 Promise Shim
An implementation of Domain-like error handling, built on async_hooks
Basic wrapper for await that allows handling of errors without try/catch blocks
Async/await wrapper with error handling, retry and error override
Error catcher middleware for Redux reducers and sync middlewares
a wrapper around tape that catches and reports exceptions
Transient exception handling
Tap into a promise chain without affecting its value or state
A simple and powerful async abstraction lib for easily writing Node.js code.
An error handler for thunks that, when used in conjunction with `redux-thunk-recursion-detect` can handle errors thrown in both async and sync thunks gracefully.