FormDataEvent
open class FormDataEvent(val type: EventType<FormDataEvent>, init: FormDataEventInit) : Event(source)
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.