Axios 尾篇

Promise

axios 依赖原生的 ES6 Promise 实现而被支持,如果你的环境不支持 ES6 Promise,可以使用 polyfill

TypeScript

axios 包括 TypeScript 定义:

import axios from 'axios';
axios.get('/user?ID=12345');

Credits

axios 深受 Angular 提供的 $http 服务启发,最终,axios 是为了在 Angular 之外使用而提供独立的类似 $http 服务。

协议

MIT

作者:terry,如若转载,请注明出处:https://www.web176.com/axios/16817.html

(0)
打赏 支付宝 支付宝 微信 微信
terryterry
上一篇 2023年4月24日
下一篇 2023年4月24日

相关推荐

发表回复

登录后才能评论