The upload events are not triggered at any time. This makes it impossible to test any functionality that depends on those events, such as upload progress.
Expected behavior
Events should be triggered as they normally happen in the browser.
Should be fixed by https://github.com/mswjs/msw/releases/tag/v2.4.4. XHR now correctly triggers upload events in Node.js (and browser-like). In the browser, that should've been working before as was.
Prerequisites
Environment check
msw
versionBrowsers
No response
Reproduction repository
https://github.com/mswjs/msw/pull/2262
Reproduction steps
Current behavior
The upload events are not triggered at any time. This makes it impossible to test any functionality that depends on those events, such as upload progress.
Expected behavior
Events should be triggered as they normally happen in the browser.