Skip to content
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

Bug: multipart should cast boolean values to string #637

Open
ekarademir opened this issue May 16, 2024 · 0 comments · May be fixed by #638
Open

Bug: multipart should cast boolean values to string #637

ekarademir opened this issue May 16, 2024 · 0 comments · May be fixed by #638

Comments

@ekarademir
Copy link

ekarademir commented May 16, 2024

multipart method of runtime should cast provided boolean values to strings before pushing them to FormData object, just as it does for numbers. This is as per spec as well.

I think this was an omission while changing the logic the last time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant