formData property

FormData formData

Returns a FormData object representing names and values of elements associated to the target form. Operations on the FormData object will affect form data to be submitted.

MDN Reference

Implementation

_i3.FormData get formData => _i4.getProperty(
      this,
      'formData',
    );