ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.45k stars 244 forks source link

Feature request: Mocking upload progress #177

Open gapipro opened 5 years ago

gapipro commented 5 years ago

One neat feature would be a possibility to mock upload progress events.

Usage for this is when mocking file upload, you normally want to give some visual feedback that something is happening. So maybe you could combine this with delayResponse parameter and when waiting for response emit few progress events back to axios.

pioneer0102 commented 8 months ago

could you share detail code in terms of uploading video with using axios-mock-adapter with me?