Open
Description
Hi,
Is it possible to improve the behavior spec about the new FormData(form, submitter)
, to simply support something like this, please?
Using a submitter like:
<button formaction="..." formenctype="multipart/form-data" formmethod="post" type="submit" name="name" value="value">text</button>
new FormData(undefined, submitter) // actually, FormData (0)
Imho, if the button is a standalone submitter, there is no reason to be owned by a form to use it as a FormData
submitter.
Any thoughts about that idea?