mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
return the commment of maximum number of redirects to its right place… (#6607)
This commit is contained in:
parent
7489f96697
commit
81b9c505cc
@ -57,11 +57,11 @@ interface Duration {
|
||||
* @since 1.0.0
|
||||
*/
|
||||
interface ClientOptions {
|
||||
maxRedirections?: number
|
||||
/**
|
||||
* Defines the maximum number of redirects the client should follow.
|
||||
* If set to 0, no redirects will be followed.
|
||||
*/
|
||||
maxRedirections?: number
|
||||
connectTimeout?: number | Duration
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user