Open stevenvachon opened 8 years ago
new FormData( document.querySelector("form") );
should remove the need for us to manually use .append().
.append()
I agree.
should remove the need for us to manually use
.append()
.