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.
abortAfterTimeout
1 parent cfd3464 commit 53f55b8Copy full SHA for 53f55b8
src/shared/protocol.ts
@@ -48,8 +48,6 @@ export type RequestOptions = {
48
49
/**
50
* Can be used to cancel an in-flight request. This will cause an AbortError to be raised from request().
51
- *
52
- * Use abortAfterTimeout() to easily implement timeouts using this signal.
53
*/
54
signal?: AbortSignal;
55
};
src/utils.test.ts
src/utils.ts
0 commit comments