You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was writing a test for one of my modules when I got into this issue.
If data is an array (appending to form data with same name multiple times), I cannot retrieve all values for the same name.
I have made a repo for reproducing this issue.
I also made an extra test (go_test.ts) for doing the same test with a simple go multipart echo server to make sure that the fetch is sending the data (it does).
still, I'm not sure if I'm doing it wrong or it is really a bug.
The text was updated successfully, but these errors were encountered:
I was writing a test for one of my modules when I got into this issue.
If data is an array (appending to form data with same name multiple times), I cannot retrieve all values for the same name.
I have made a repo for reproducing this issue.
I also made an extra test (go_test.ts) for doing the same test with a simple go multipart echo server to make sure that the fetch is sending the data (it does).
still, I'm not sure if I'm doing it wrong or it is really a bug.
The text was updated successfully, but these errors were encountered: