Skip to content

Instantly share code, notes, and snippets.

@jaydson
Created March 8, 2021 16:55
fetch(URL_TO_POST, {
method: 'post',
body: new FormData(document.querySelector('#my-form'))
})
.then(function(response) {
// trate a resposta aqui
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment