FormDataEvent

The FormDataEvent interface represents a formdata event — such an event is fired on an HTMLFormElement object after the entry list representing the form's data is constructed.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<FormDataEvent>, init: FormDataEventInit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The formData read-only property of the FormDataEvent interface contains the FormData object representing the data contained in the form when the event was fired.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<FormDataEvent>

Functions

Link copied to clipboard
open override fun asInit(): FormDataEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard