html5-formdata
html5-formdata copied to clipboard
constructor argument
new FormData( document.querySelector("form") );
should remove the need for us to manually use .append()
.
I agree.