-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Description
Is your feature request related to a problem? Please describe.
Provide a convenient way to parse and create forms according to https://datatracker.ietf.org/doc/html/rfc7578 and https://xhr.spec.whatwg.org/#interface-formdata
Describe the solution you'd like
Implementation examples:
Describe alternatives you've considered
Form constructing
Form parsing
- https://github.com/node-formidable/formidable
- https://github.com/mscdex/busboy
Adding new features to the core is a controversial topic. The procedure in #19308 (comment) might help.
Is it hard to be done right?
Yes in a performant way with good API design.
Is it widely used?
Yes, it is.
Does it have a clear spec?
Yes.
Is it likely to become obsolete in the near future?
No.
Does it need optimizations from the core?
Not necessarily.
Will the entire community benefit from it being part of the core?
Yes, it's essential to deal with forms in almost any app.