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
Nice find! Seems this has always been wrong: 6a9ae23. (And I checked the URL standard which got the definition from the HTML standard about twelve years ago, a move I was responsible for as well, and that never returned failure either.)
What is the issue with the Fetch Standard?
https://fetch.spec.whatwg.org/#dom-body-formdata
In "The formData() method steps":
Step 2 seems not necessary because parsing
application/x-www-form-urlencoded
byte sequence is infallible: https://url.spec.whatwg.org/#concept-urlencoded-parserThe text was updated successfully, but these errors were encountered: