You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-10
Original file line number
Diff line number
Diff line change
@@ -59,16 +59,11 @@ Start an anger instance against a given target.
59
59
*`identifier`: A function used to map some payload response data to a requests uid.
60
60
*`trigger`: A function which is passed a nes client to emit a message to the server for testing. Must return some uid of a message sent.
61
61
*`retryOpts`: An object which is passed to [try-again](try-again) to achieve exponential backoff for retries. [Check the try-again docs for reference on how to use it.](try-again). Default values below:
62
-
```js
63
-
{
64
-
retries:8,
65
-
max:10000,
66
-
jitter:0.2,
67
-
factor:2,
68
-
min:100
69
-
}
70
-
```
71
-
62
+
*`retries`: 8
63
+
*`max`: 10000
64
+
*`jitter`: 0.2
65
+
*`factor`: 2
66
+
*`min`: 100
72
67
73
68
**Returns** an instance/event emitter for tracking progress, etc.
0 commit comments