globalsFormData()prototypeFormData.values()Version: 3.33.2On 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.Syntaxvalues()Return valueAn iterator.