We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d8a00 commit 8783cb2Copy full SHA for 8783cb2
CHANGES.md
@@ -6,6 +6,9 @@ Those changes are not released yet.
6
7
- In the functional API, invoke the wrapped function callback on abort and emit
8
an `abort` event. This makes it possible to detect when abort is called.
9
+- Add a method on the function API, `call.retryIf(predicate)`, which specifies
10
+ a predicate used to determine whether a given error is retriable or not. The
11
+ default behavior is unaffected, errors remain retriable by default.
12
13
## 2.4.1
14
0 commit comments