axios-mock-adapter icon indicating copy to clipboard operation
axios-mock-adapter copied to clipboard

Feature request: Mocking upload progress

Open gapipro opened this issue 6 years ago • 1 comments

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.

gapipro avatar Nov 15 '18 09:11 gapipro

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

pioneer0102 avatar Jan 31 '24 20:01 pioneer0102