We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060dfa1 commit 076f644Copy full SHA for 076f644
README.md
@@ -173,7 +173,7 @@ to your target environment.
173
174
- **`signal`**: [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal)
175
176
- When `signal` is aborted any further attempts. Similar to calling `context.abort()` manually.
+ When `signal` is `aborted` any further attempts are canceled. Similar to calling `context.abort()` manually.
177
178
- **`handleError`**: `(err, context, options) => Promise<void> | void`
179
0 commit comments