bounce icon indicating copy to clipboard operation
bounce copied to clipboard

Selective error catching and rewrite rules

Results 4 bounce issues
Sort by recently updated
recently updated
newest added

I guess the title says it all. This was a convoluted one, I hope I didn't miss anything. Also, tests don't pass locally, but show a weird error without details...

#### Context * *node version*: N/A * *module version*: 2.0.0 #### What are you trying to achieve or the steps to reproduce ? I'm trying to understand better how to...

documentation

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 12.19.0 *...

feature

This is done in 2 ways: 1. Add a `signal` option to `rethrow()` and `ignore()`. 2. Add extra functions to identify `AbortSignal` derived aborts and timeouts. Regarding 1, this allows...

feature
breaking changes