domain-browser
Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
ts-retry
A little retry tool to execute a function until the function is successful. Can also bind a timeout to a function. This lib is usable in typescript, in javascript, in node, in SPA tools (rest, Vue, Svelte...) and browser (available in ESM and common js fo
@zmotivat0r/o0
Async/await wrapper with error handling, retry and error override
await-handler
Basic wrapper for await that allows handling of errors without try/catch blocks
try-catch-callback
try/catch block with a callback, used in [try-catch-core][]. Use it when you don't care about asyncness so much and don't want guarantees. If you care use [try-catch-core][].