2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Merge branch 'master' into bugfix/allow-method-in-instance-config

This commit is contained in:
Emily Morehouse
2018-02-19 23:33:44 -07:00
committed by GitHub
21 changed files with 251 additions and 116 deletions
+4
View File
@@ -64,6 +64,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',