Open gracekrcx opened 4 years ago
axios/lib/adapters/xhr.js
var request = new XMLHttpRequest();
// `onUploadProgress` allows handling of progress events for uploads // browser only onUploadProgress: function (progressEvent) { // Do whatever you want with the native progress event },
axios
axios/lib/adapters/xhr.js