files/en-us/mdn/guides/index.md
There are many guides on MDN Web Docs that teach you how to use features or APIs through practical examples. This page is a curated list of some of the most popular goal-oriented learning material.
FormData object lets you compile a set of key/value pairs to send using {{domxref("Window/fetch", "fetch()")}}. It's primarily intended for sending form data, but can be used independently of forms to transmit keyed data. The transmission is in the same format that the form's submit() method would use to send the data if the form's encoding type were set to "multipart/form-data".