-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
XHR is broken in 0.34.3 #630
Comments
I first noticed this today because |
It looks like the request body has already been read/locked before we attempt to clone it (in order to determine
|
Hi all, posting here from mswjs/msw#2273. Anything I can do to help? Thx, |
Released: v0.35.3 🎉This has been released in v0.35.3! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
It seems that a regression was introduced into the XMLHttpRequestController in the 0.34.3 release.
I have not yet been able to identify the root cause, but here is a codesandbox showing a test passing with
window.fetch()
and failing withaxios.put()
. The XHR request simply never returns and results in a timeout.The text was updated successfully, but these errors were encountered: