mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs(axios.js)
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ var formDataToJSON = require('./helpers/formDataToJSON');
|
|||||||
* Create an instance of Axios
|
* Create an instance of Axios
|
||||||
*
|
*
|
||||||
* @param {Object} defaultConfig The default config for the instance
|
* @param {Object} defaultConfig The default config for the instance
|
||||||
* @return {Axios} A new instance of Axios
|
*
|
||||||
|
* @returns {Axios} A new instance of Axios
|
||||||
*/
|
*/
|
||||||
function createInstance(defaultConfig) {
|
function createInstance(defaultConfig) {
|
||||||
var context = new Axios(defaultConfig);
|
var context = new Axios(defaultConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user