Open 7flash opened 1 day ago
Could be related to #7917, but it's hard to say for certain since the API server you mentioned requires an auth token.
Manually specifying the Content-Type
header might also be contributing to the issue, as multipart/form-data
typically includes a boundary parameter. This is usually applied automatically when using FormData
, so overriding it manually could cause unexpected behavior.
What version of Bun is running?
1.1.34+5e5e7c60f
What platform is your computer?
Linux 6.8.0-31-generic x86_64 x86_64
What steps can reproduce the bug?
What is the expected behavior?
expected to work accordingly to examples in test/js/web/html/FormData.test.ts
What do you see instead?
Additional information
No response