formData property
FormData
get
formData
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.
Implementation
external FormData get formData;