submit
form upload and progress api
Installation
npm install submit
submit(form).to(path)
Usage: Submit the form form
to the path path
.
The result is a Promises/A+ promise with the addition of a small subset of the event emitter API that only supports progress
events which can be handled by calling .on('progress', (e) => ...)
var submit = ; ;}
License
MIT