Last Updated: March 29, 2022
·
36.11K
· Lex S

Use fetch instead of XmlHttpRequest in Javascript

Making a fetch call only takes two lines of code:
res = await fetch("https://coderwall.com", { method: "GET" });

await res.text()

Mailer To Go is an email provider on Heroku that is by developers for developers.
We've spend too much time dealing with other mailing services, and decided to create our own.