Re: [whatwg/url] Web reality: Filenames should be newline-normalized in urlencoded (#562)

So under this new behavior, constructing the entry list would depend on the form method: for `multipart/form-data` it'd stay with the current behavior, so all the tests related to that method and `FormData` would stay valid. But for `urlencoded` and `text/plain`, the value of the entry would be set to the normalized filename, and no changes would be needed in the actual serialization algorithm for those methods.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/562#issuecomment-738717437

Received on Friday, 4 December 2020 10:56:41 UTC