axios-mock-adapter
axios-mock-adapter copied to clipboard
Feature request: Mocking upload progress
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.
could you share detail code in terms of uploading video with using axios-mock-adapter with me?