mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
docs(core/settle)
This commit is contained in:
@@ -8,6 +8,8 @@ var AxiosError = require('./AxiosError');
|
||||
* @param {Function} resolve A function that resolves the promise.
|
||||
* @param {Function} reject A function that rejects the promise.
|
||||
* @param {object} response The response.
|
||||
*
|
||||
* @returns {object} The response.
|
||||
*/
|
||||
module.exports = function settle(resolve, reject, response) {
|
||||
var validateStatus = response.config.validateStatus;
|
||||
|
||||
Reference in New Issue
Block a user