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 93104ab commit 70febb6Copy full SHA for 70febb6
src/index.ts
@@ -109,6 +109,8 @@ export interface ClientOptions {
109
*
110
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
111
* much longer than this timeout before the promise succeeds or fails.
112
+ *
113
+ * @unit milliseconds
114
*/
115
timeout?: number | undefined;
116
0 commit comments