mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Documents the timeout default
This commit is contained in:
@@ -63,6 +63,10 @@ var defaults = {
|
||||
return data;
|
||||
}],
|
||||
|
||||
/**
|
||||
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
||||
* timeout is not created.
|
||||
*/
|
||||
timeout: 0,
|
||||
|
||||
xsrfCookieName: 'XSRF-TOKEN',
|
||||
|
||||
Reference in New Issue
Block a user