Package-level declarations

Types

Link copied to clipboard
open class FormData(form: EventTarget = definedExternally, submitter: EventTarget? = definedExternally) : MapLike<JsString, FormDataEntryValue>

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 the Window/fetch, XMLHttpRequest.send() or navigator.sendBeacon() methods.

Link copied to clipboard