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

Editorial: Have the multipart/form-data encoding algorithm use "encode" #1

Closed
wants to merge 1 commit into from

Conversation

andreubotella
Copy link
Owner

After whatwg/url#558, the form submission algorithm is the only place in the web platform that uses "encode". However, although for application/x-www-form-urlencoded and text/plain "encode" is clearly linked, multipart/form-data instead describes an equivalent algorithm. This change fixes that.

After whatwg/url#558, the form submission algorithm is the only place in
the web platform that uses "encode". However, although for
application/x-www-form-urlencoded and text/plain "encode" is clearly
linked, multipart/form-data instead describes an equivalent algorithm.
This change fixes that.
@andreubotella andreubotella deleted the multipart branch November 10, 2020 11:13
@andreubotella andreubotella restored the multipart branch November 10, 2020 11:13
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 this pull request may close these issues.

1 participant