mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
custom timeout prompt copy (#2275)
* style: ui * feat: custom timeout txtx * feat: custom timeout txtx
This commit is contained in:
Vendored
+1
@@ -49,6 +49,7 @@ export interface AxiosRequestConfig {
|
||||
paramsSerializer?: (params: any) => string;
|
||||
data?: any;
|
||||
timeout?: number;
|
||||
timeoutErrorMessage?: string;
|
||||
withCredentials?: boolean;
|
||||
adapter?: AxiosAdapter;
|
||||
auth?: AxiosBasicCredentials;
|
||||
|
||||
Reference in New Issue
Block a user