globalsFormData()prototypeFormData.values()Version: 3.37.0On this pageFormData.values() The values() method of the FormData interface returns an iterator allowing iteration through all values contained in this object. The iterator yields the value for each key/value pair. Syntax values() Return value An iterator.