We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d8f4 commit abc30a1Copy full SHA for abc30a1
packages/iso-web/src/types.ts
@@ -112,7 +112,12 @@ export interface JSONRequestOptions {
112
headers?: HeadersInit
113
signal?: AbortSignal
114
keepalive?: boolean
115
- timeout?: number
+ /**
116
+ * Timeout in milliseconds for the request, `false` to disable timeout
117
+ *
118
+ * @default 5000
119
+ */
120
+ timeout?: number | false
121
retry?: RetryOptions
122
onResponse?: (
123
response: Response,
0 commit comments