XMLHttpRequest FormData / File upload never resolves #2326
Labels
bug
Something isn't working
needs:triage
Issues that have not been investigated yet.
scope:node
Related to MSW running in Node
Prerequisites
Environment check
msw
versionNode.js version
v20.14.0
Reproduction repository
https://github.com/ondrejsevcik/msw-xhr-upload-issues
Reproduction steps
The reproduction repository contains two tests. One is firing an XHR request, and the other one is firing an XHR request with a FormData body.
If you use v2.4.3, the tests will pass. When using version 2.4.4+ it fails.
Current behavior
The XHR request with FormData never resolves. This has worked fine previously, but since version 2.4.4, it does not work anymore.
Expected behavior
It is possible to upload file / FormData with msw using XMLHttpRequest.
The text was updated successfully, but these errors were encountered: