Skip to content
#

formdata

Here are 117 public repositories matching this topic...

I built this little JavaScript demo app to practice http requests. Indeed, I used two alternatives: XMLHttpRequest and the fetch() API. I was able to add data, promisify XMLHttpRequest and handle errors. I also used two data structures: JSON and FormData. The goal of this demo was to send data http requests from client side JavaScript to a server.

  • Updated Oct 14, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the formdata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the formdata topic, visit your repo's landing page and select "manage topics."

Learn more