FormData

Term side of the Card
Topic: Fetching Data
Unit title: FormData
Categories: Object
Explanation side of the Card

Explanation: The browser API object used to construct and send key-value pairs, representing form fields and their values, via HTTP requests. It's typically used with `fetch()` or `XMLHttpRequest` to submit form data.

Browser compatibility:
  • The chrome browser supports this feature starting from version 5
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 4
  • The safari browser supports this feature starting from version 5
Availability: