-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multipart parsing monkey-patch not working for installPolyfills() #5349
Comments
Please submit an actual reproduction |
I created a GitHub Repository to reproduce the issue https://github.com/vekunz/sveltekit-undici-formdata-issue. While creating the repository I noticed that the error has changed in the latest release 1.0.0-beta.359. SvelteKit 1.0.0-beta.358: I created two branches in the repository to demonstrate both issues. |
I'm using FormData with Polyfill and have this problem too. |
Describe the bug
In this pull request #5292 you "added" support for multipart parsing into undici. But it seems that this does not work, if I install polyfills with
installPolyfills()
.Reproduction
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
Currently, this is one problem of at least two problems with undici, that block an update of SvelteKit (the other problem is that mswjs currently has no support for undici).
The text was updated successfully, but these errors were encountered: