Skip to content
rex
GitHubTwitter

FormData()

The FormData interface provides a way to construct a set of key/value pairs representing form fields and their values, which can be sent using fetch()

Further reading